Error model which defines the structure of errors from Delivery Solutions' services
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. |