Describes errors thrown when executing requests against the Salesforce REST API.

Hierarchy

Constructors

  • new RestApiError(error?: any, message?: string): RestApiError

Properties

innerError: any

Originating error (if present).

restApiErrorCode: string = ''

Salesforce REST API error code.

restApiErrorDescription: string = ''

Salesforce REST API error description.

restApiResponseStatus: undefined | number = undefined

HTTP response status (e.g. 4xx/5xx).

Generated using TypeDoc