Error Detail
Output representation of the error details.
- JSON example
-
1{ 2 "isSuccess": false, 3 "errors": [ 4 { 5 "errorCode": "RESOURCE_NOT_FOUND", 6 "message": "Specify a resource and try again." 7 } 8 ] 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Code associated with the error. | Small, 65.0 | 65.0 |
| message | String | Message for the error. | Small, 65.0 | 65.0 |