ErrorResponse
The error details that an API returns in the response body whenever the API request isn’t successful.
Declaration
object ErrorResponseProperties
| Name | Type | Description |
|---|---|---|
errors | [ErrorResponse.Errors] | An array of one or more errors. |
The error details that an API returns in the response body whenever the API request isn’t successful.
object ErrorResponse| Name | Type | Description |
|---|---|---|
errors | [ErrorResponse.Errors] | An array of one or more errors. |