ConstReadonlyACCEPTED: 202Request accepted for processing
ReadonlyBAD_GATEWAY: 502Invalid response from upstream server
ReadonlyBAD_REQUEST: 400Malformed request syntax
ReadonlyCLIENT_CLOSED_REQUEST: 499Client Closed Request (nginx convention)
ReadonlyCONFLICT: 409Request could not be completed due to a conflict (RFC 9110)
ReadonlyFORBIDDEN: 403Access denied
ReadonlyGATEWAY_TIMEOUT: 504Upstream server timeout
ReadonlyINTERNAL_SERVER_ERROR: 500Internal server error
ReadonlyMETHOD_NOT_ALLOWED: 405HTTP method not allowed
ReadonlyNO_CONTENT: 204Request succeeded with no content to return
ReadonlyNOT_FOUND: 404Resource not found
ReadonlyNOT_IMPLEMENTED: 501Feature not implemented
ReadonlyOK: 200Request succeeded
ReadonlyPRECONDITION_REQUIRED: 428Precondition Required (RFC 6585)
ReadonlySERVICE_UNAVAILABLE: 503Service temporarily unavailable
ReadonlyTOO_MANY_REQUESTS: 429Too Many Requests (Rate Limiting - RFC 6585)
ReadonlyUNAUTHORIZED: 401Authentication required
ReadonlyUNSUPPORTED_MEDIA_TYPE: 415Media type not supported
HTTP Status Codes used in the transport layer.
Following RFC 9110 and common conventions.