Enumeration HTTPErrorCode
Index
Enumeration Members
Bad Gateway
Bad Request
Conflict
Expectation Failed
Failed Dependency
Forbidden
Gateway Timeout
Gone
Internal Server Error
Length Required
Locked
Method Not Allowed
Misdirected Request
Not Acceptable
Not Found
Not Implemented
Payload Too Large
Precondition Failed
Precondition Required
Proxy Authentication Required
Range Not Satisfiable
Request Header Fields Too Large
Request Timeout
Service Unavailable
Too Early
Too Many Requests
Unauthorized
Unprocessable Entity
Unsupported Media Type
Upgrade Required
URIToo Long
Enumeration Members
Bad Gateway
BadGateway: 502
Bad Request
BadRequest: 400
Conflict
Conflict: 409
Expectation Failed
ExpectationFailed: 417
Failed Dependency
FailedDependency: 424
Forbidden
Forbidden: 403
Gateway Timeout
GatewayTimeout: 504
Gone
Gone: 410
Internal Server Error
InternalServerError: 500
Length Required
LengthRequired: 411
Locked
Locked: 423
Method Not Allowed
MethodNotAllowed: 405
Misdirected Request
MisdirectedRequest: 421
Not Acceptable
NotAcceptable: 406
Not Found
NotFound: 404
Not Implemented
NotImplemented: 501
Payload Too Large
PayloadTooLarge: 413
Precondition Failed
PreconditionFailed: 412
Precondition Required
PreconditionRequired: 428
Proxy Authentication Required
ProxyAuthenticationRequired: 407
Range Not Satisfiable
RangeNotSatisfiable: 416
Request Header Fields Too Large
RequestHeaderFieldsTooLarge: 431
Request Timeout
RequestTimeout: 408
Service Unavailable
ServiceUnavailable: 503
Too Early
TooEarly: 425
Too Many Requests
TooManyRequests: 429
Unauthorized
Unauthorized: 401
Unprocessable Entity
UnprocessableEntity: 422
Unsupported Media Type
UnsupportedMediaType: 415
Upgrade Required
UpgradeRequired: 426
URIToo Long
URITooLong: 414