BAD_REQUEST | 400 | Request is malformed or fails input validation. |
UNAUTHORIZED | 401 | Request is missing valid authentication credentials (PAT). |
FORBIDDEN | 403 | Caller is authenticated but not allowed to perform the operation. |
NOT_FOUND | 404 | Requested resource was not found. |
METHOD_NOT_SUPPORTED | 405 | HTTP method is not supported for this route. |
NOT_ACCEPTABLE | 406 | Server cannot produce a response matching the Accept header. |
TIMEOUT | 408 | The server timed out waiting for the request. |
CONFLICT | 409 | Request conflicts with current resource state. |
PRECONDITION_FAILED | 412 | Operation preconditions are not met. |
PAYLOAD_TOO_LARGE | 413 | Request body exceeds the allowed size. |
UNSUPPORTED_MEDIA_TYPE | 415 | Request Content-Type is not supported. |
UNPROCESSABLE_CONTENT | 422 | Request is well-formed but semantically invalid. |
TOO_MANY_REQUESTS | 429 | Rate limit or quota exceeded. |
CLIENT_CLOSED_REQUEST | 499 | Client closed the connection before the response completed. |
INTERNAL_SERVER_ERROR | 500 | Unexpected server error. |
NOT_IMPLEMENTED | 501 | Operation is not implemented. |
BAD_GATEWAY | 502 | An upstream dependency returned an invalid response. |
SERVICE_UNAVAILABLE | 503 | Service is temporarily unavailable; retries may succeed. |
GATEWAY_TIMEOUT | 504 | An upstream dependency timed out. |