@cbnsndwch/zero-sources

WsCloseCode variable

Home > @cbnsndwch/zero-contracts > WsCloseCode

WsCloseCode variable

WebSocket connection close codes

Signature:

WsCloseCode: {
    WS_1000_NORMAL_CLOSURE: number;
    WS_1001_GOING_AWAY: number;
    WS_1002_PROTOCOL_ERROR: number;
    WS_1003_UNSUPPORTED_DATA: number;
    WS_1005_NO_STATUS_RECEIVED: number;
    WS_1006_ABNORMAL_CLOSURE: number;
    WS_1007_INVALID_FRAME_PAYLOAD_DATA: number;
    WS_1008_POLICY_VIOLATION: number;
    WS_1009_MESSAGE_TOO_BIG: number;
    WS_1010_MANDATORY_EXTENSIONS: number;
    WS_1011_INTERNAL_ERROR: number;
    WS_1012_SERVICE_RESTART: number;
    WS_1013_TRY_AGAIN_LATER: number;
    WS_1014_BAD_GATEWAY: number;
    WS_1015_TLS_HANDSHAKE: number;
    WS_3000_UNAUTHORIZED: number;
    WS_3003_FORBIDDEN: number;
    WS_3008_TIMEOUT: number;
    WS_4900_UNDERLYING_STREAM_CLOSED: number;
}

How was this page?