Variable HttpServerErrorStatusConst
HttpServerErrorStatus: {
BAD_GATEWAY: 502;
GATEWAY_TIMEOUT: 504;
HTTP_VERSION_NOT_SUPPORTED: 505;
INTERNAL_SERVER_ERROR: 500;
NOT_IMPLEMENTED: 501;
SERVICE_UNAVAILABLE: 503;
} = ...
Type declaration
ReadonlyBAD_GATEWAY: 502
ReadonlyGATEWAY_TIMEOUT: 504
ReadonlyHTTP_VERSION_NOT_SUPPORTED: 505
ReadonlyINTERNAL_SERVER_ERROR: 500
ReadonlyNOT_IMPLEMENTED: 501
ReadonlySERVICE_UNAVAILABLE: 503