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
| Field | Type | Required | Description |
|---|---|---|---|
code | string | :heavy_check_mark: | N/A |
message | string | :heavy_check_mark: | N/A |