Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Error
new APIError( statusCode: number, errorType: APIErrorType, errorMessage: string, correlationId?: string, errorLink?: string, cause?: Error): APIError;
statusCode
number
errorType
APIErrorType
errorMessage
string
correlationId?
errorLink?
cause?
APIError
Error.constructor
toJSON(): { errorLink?: string; correlationId?: string; name: string; statusCode: number; errorType: APIErrorType; errorMessage: string; };
{ errorLink?: string; correlationId?: string; name: string; statusCode: number; errorType: APIErrorType; errorMessage: string; }
name
Was this page helpful?