Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Constructors

constructor

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

Properties

innerError

innerError: any

Originating error (if present).

restApiErrorCode

restApiErrorCode: string = ''

Salesforce REST API error code.

restApiErrorDescription

restApiErrorDescription: string = ''

Salesforce REST API error description.

restApiResponseStatus

restApiResponseStatus: undefined | number = undefined

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

Generated using TypeDoc