HTTP status codes.
HTTP status codes.
staticfinalread onlyEXPECTATION_FAILED:HTTPStatus = new HTTPStatus(417, "Expectation Failed")
staticfinalread onlyHTTP_VERSION_NOT_SUPPORTED:HTTPStatus = new HTTPStatus(505, "HTTP Version Not Supported")
staticfinalread onlyINSUFFICIENT_STORAGE:HTTPStatus = new HTTPStatus(507, "Insufficient Storage")
staticfinalread onlyINTERNAL_SERVER_ERROR:HTTPStatus = new HTTPStatus(500, "Internal Server Error")
staticfinalread onlyMETHOD_NOT_ALLOWED:HTTPStatus = new HTTPStatus(405, "Method Not Allowed")
staticfinalread onlyMISDIRECTED_REQUEST:HTTPStatus = new HTTPStatus(421, "Misdirected Request")
staticfinalread onlyNETWORK_AUTHENTICATION_REQUIRED:HTTPStatus = new HTTPStatus(511, "Network Authentication Required")
staticfinalread onlyNON_AUTHORITATIVE_INFORMATION:HTTPStatus = new HTTPStatus(203, "Non-Authoritative Information")
staticfinalread onlyPERMANENT_REDIRECT:HTTPStatus = new HTTPStatus(308, "Permanent Redirect")
staticfinalread onlyPRECONDITION_FAILED:HTTPStatus = new HTTPStatus(412, "Precondition Failed")
staticfinalread onlyPRECONDITION_REQUIRED:HTTPStatus = new HTTPStatus(428, "Precondition Required")
staticfinalread onlyPROXY_AUTHENTICATION_REQUIRED:HTTPStatus = new HTTPStatus(407, "Proxy Authentication Required")
staticfinalread onlyREQUESTED_RANGE_NOT_SATISFIABLE:HTTPStatus = new HTTPStatus(416, "Requested Range Not Satisfiable")
staticfinalread onlyREQUEST_ENTITY_TOO_LARGE:HTTPStatus = new HTTPStatus(413, "Request Entity Too Large")
staticfinalread onlyREQUEST_HEADER_FIELDS_TOO_LARGE:HTTPStatus = new HTTPStatus(431, "Request Header Fields Too Large")
staticfinalread onlyREQUEST_URI_TOO_LONG:HTTPStatus = new HTTPStatus(414, "Request-URI Too Long")
staticfinalread onlySERVICE_UNAVAILABLE:HTTPStatus = new HTTPStatus(503, "Service Unavailable")
staticfinalread onlySWITCHING_PROTOCOLS:HTTPStatus = new HTTPStatus(101, "Switching Protocols")
staticfinalread onlyTEMPORARY_REDIRECT:HTTPStatus = new HTTPStatus(307, "Temporary Redirect")
staticfinalread onlyUNAVAILABLE_FOR_LEGAL_REASONS:HTTPStatus = new HTTPStatus(451, "Unavailable For Legal Reasons")
staticfinalread onlyUNPROCESSABLE_ENTITY:HTTPStatus = new HTTPStatus(422, "Unprocessable Entity")
staticfinalread onlyUNSUPPORTED_MEDIA_TYPE:HTTPStatus = new HTTPStatus(415, "Unsupported Media Type")
staticfinalread onlyVARIANT_ALSO_NEGOTIATES:HTTPStatus = new HTTPStatus(506, "Variant Also Negotiates")