Errors

Standard HTTP codes are returned by the API calls to denote successful execution or indicate when errors occur. For errors, the response will include additional information about the error as per the below data model.

Property

Type

Required

Description

type

string

true

Error Code specific to the error which should be used for integration

message

string

true

Description of the error thrown from the service

code

string

false

Additional classification of the type if needed.

provider

string

false

Provider name in case of Provider specific errors.

errors

List of Errors

false

List of Provider errors.