Enumeration ConnectionErrorCodeConst

WebSocketConnection error/close codes sourced from: https://www.iana.org/assignments/websocket/websocket.xml

Enumeration Members

AbnormalClosure: 1006
BadGateway: 1014
GoingAway: 1001
InternalServerError: 1011
InvalidFramePayloadData: 1007
MandatoryExtension: 1010
MessageTooBig: 1009
NoStatusReceived: 1005
Normal: 1000
PolicyViolation: 1008
ProtocolError: 1002
ServiceRestart: 1012
TLSHandshake: 1015
TryAgainLater: 1013
UnsupportedData: 1003

Generated using TypeDoc