IError interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An error object, which can contain a code.
Signature:export interface IError
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
errorCode? | string | (BETA) (Optional) The code for the error being throw | |
message? | string | (BETA) (Optional) The details of the error being throw or forwarded |