Error Details
Output representation of the errors encountered during an API request.
- Sample Response
-
1{ 2 "errors": { 3 "field": "string", 4 "message": "string" 5 } 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| field | String | Name of the field that has errors. | Small, 60.0 | 60.0 |
| message | String | Error message for the failed process. | Small, 60.0 | 60.0 |