ErrorResponse
Information about errors that the API returns in the response body whenever an API request is unsuccessful.
Declaration
object ErrorResponseProperties
| Name | Type | Description |
|---|---|---|
errorMessage Required | string | A description of the error. |
statusCode Required | integer | The HTTP status code. |
subStatusCode Required | integer | A specific sub-status code the system provides to give more context on the type of error. |