Error Fields Reference
Read about the fields that return error information.
The following fields are returned for requests with errors:
| Field | Required | Description |
|---|---|---|
error | Yes | Contains details about the error. |
error.code | Yes | The error code. |
error.details | Yes | Array of specific errors that occurred. |
error.details.code | Yes | The detailed error code. |
error.details.message | Yes | Details about the message. |
error.message | Yes | Details about the error. |
error.target | No | The source of the error. |
Updated about 18 hours ago
