Variable HTTPErrorCodeConst
HTTPErrorCode: {
BadGateway: 502;
BadRequest: 400;
Conflict: 409;
ExpectationFailed: 417;
FailedDependency: 424;
Forbidden: 403;
GatewayTimeout: 504;
Gone: 410;
InternalServerError: 500;
LengthRequired: 411;
Locked: 423;
MethodNotAllowed: 405;
MisdirectedRequest: 421;
NotAcceptable: 406;
NotFound: 404;
NotImplemented: 501;
PayloadTooLarge: 413;
PreconditionFailed: 412;
PreconditionRequired: 428;
ProxyAuthenticationRequired: 407;
RangeNotSatisfiable: 416;
RequestHeaderFieldsTooLarge: 431;
RequestTimeout: 408;
ServiceUnavailable: 503;
TooEarly: 425;
TooManyRequests: 429;
Unauthorized: 401;
UnprocessableEntity: 422;
UnsupportedMediaType: 415;
UpgradeRequired: 426;
URITooLong: 414;
} = ...
BadGateway: 502;
BadRequest: 400;
Conflict: 409;
ExpectationFailed: 417;
FailedDependency: 424;
Forbidden: 403;
GatewayTimeout: 504;
Gone: 410;
InternalServerError: 500;
LengthRequired: 411;
Locked: 423;
MethodNotAllowed: 405;
MisdirectedRequest: 421;
NotAcceptable: 406;
NotFound: 404;
NotImplemented: 501;
PayloadTooLarge: 413;
PreconditionFailed: 412;
PreconditionRequired: 428;
ProxyAuthenticationRequired: 407;
RangeNotSatisfiable: 416;
RequestHeaderFieldsTooLarge: 431;
RequestTimeout: 408;
ServiceUnavailable: 503;
TooEarly: 425;
TooManyRequests: 429;
Unauthorized: 401;
UnprocessableEntity: 422;
UnsupportedMediaType: 415;
UpgradeRequired: 426;
URITooLong: 414;
} = ...
Type Declaration
ReadonlyBadGateway: 502ReadonlyBadRequest: 400ReadonlyConflict: 409ReadonlyExpectationFailed: 417ReadonlyFailedDependency: 424ReadonlyForbidden: 403ReadonlyGatewayTimeout: 504ReadonlyGone: 410ReadonlyInternalServerError: 500ReadonlyLengthRequired: 411ReadonlyLocked: 423ReadonlyMethodNotAllowed: 405ReadonlyMisdirectedRequest: 421ReadonlyNotAcceptable: 406ReadonlyNotFound: 404ReadonlyNotImplemented: 501ReadonlyPayloadTooLarge: 413ReadonlyPreconditionFailed: 412ReadonlyPreconditionRequired: 428ReadonlyProxyAuthenticationRequired: 407ReadonlyRangeNotSatisfiable: 416ReadonlyRequestHeaderFieldsTooLarge: 431ReadonlyRequestTimeout: 408ReadonlyServiceUnavailable: 503ReadonlyTooEarly: 425ReadonlyTooManyRequests: 429ReadonlyUnauthorized: 401ReadonlyUnprocessableEntity: 422ReadonlyUnsupportedMediaType: 415ReadonlyUpgradeRequired: 426ReadonlyURITooLong: 414