ODP Problem Types
Stable Problem Details type URLs defined by the Offering Discovery Protocol.
| Code | Status | Meaning |
|---|---|---|
INVALID_REQUEST | 400 | Request syntax or values are invalid. |
NOT_AUTHENTICATED | 401 | Authentication is required or invalid. |
NOT_AUTHORIZED | 403 | The principal cannot perform the operation. |
NOT_FOUND | 404 | The requested ODP resource does not exist. |
NOT_ACCEPTABLE | 406 | No acceptable response representation exists. |
CONTINUATION_EXPIRED | 410 | The continuation link has expired. |
REQUEST_TOO_LARGE | 413 | The request exceeds its resource limit. |
UNSUPPORTED_MEDIA_TYPE | 415 | The request media type is unsupported. |
RATE_LIMITED | 429 | Request rate or quota has been exceeded. |
SERVICE_UNAVAILABLE | 503 | The Service is temporarily unable to respond. |