AliasError

August 5, 2026 ยท View on GitHub

An object that will contain a code and a message when the aliasing fails, otherwise the value will be null

Example Usage

import { AliasError } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";

let value: AliasError = {
  code: "<value>",
  message: "<value>",
};

Fields

FieldTypeRequiredDescription
codestring:heavy_check_mark:N/A
messagestring:heavy_check_mark:N/A