Error
Represents an error encountered during a request to DRUO APIs.
See Handling errors for more information.
Properties
category
String
REQUIRED
String
REQUIRED
The high-level category for the error.
Show Values
| API_ERROR |
| INVALID_REQUEST_ERROR |
| API_ERROR |
| AUTHORIZATION_ERROR |
| INTERNAL_SERVER_ERROR |
| RATE_LIMIT_ERROR |
code
String
REQUIRED
String
REQUIRED
The specific code of the error.
Show Values
| BAD_REQUEST |
| MISSING_REQUIRED_PARAMETER |
| UNEXPECTED_VALUE |
| UNAUTHORIZED |
| INTERNAL_SERVER_ERROR |
| TOO_MANY_REQUESTS |
detail
String
String
A human-readable description of the error for debugging purposes.
field
String
String
The name of the field provided in the original request (if any) that the error pertains to.