ErrorResponseItem
The error response details in the response body.
Declaration
object ErrorResponseItemProperties
| Name | Type | Description |
|---|---|---|
field | string | The details regarding an error. |
message | string | A nonlocalized (U.S. English only) user-friendly string that describes the error. |
messageCode | string | A system-assigned error code. |
Discussion
{
"errors": [
{
"messageCode": "404",
"message": "Not Found: The API can’t locate the resource.",
"field": "null"
},
...
]
}