BAD_REQUEST | 400 | The request is malformed or contains invalid input. |
UNAUTHORIZED | 401 | Authentication is missing, invalid, expired, or revoked. |
FORBIDDEN | 403 | The authenticated principal does not have the required permission. |
STEP_UP_REQUIRED | 403 | A dashboard action requires more recent or stronger authentication. |
NOT_FOUND | 404 | The requested resource was not found. |
CONFLICT | 409 | The request conflicts with existing state, including idempotency conflicts. |
PAYMENT_REQUIRED | 402 | The operation requires available funds or billing action. |
PAYLOAD_TOO_LARGE | 413 | The request body exceeds the accepted size. |
UNPROCESSABLE_ENTITY | 422 | The request is syntactically valid but cannot be processed. |
TOO_MANY_REQUESTS | 429 | The request was rate limited. |
INTERNAL_ERROR | 500 | Dugble encountered an unexpected internal error. |
SERVICE_UNAVAILABLE | 503 | A required service is temporarily unavailable. |