Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WebsocketStatusCode

The status code of the websocket connection

Index

Enumeration Members

CLOSED: 4004

The websocket has closed

ERROR: 4005

The websocket errored out

OK: 4000

The connection is successful

RECONNECT: 4001

The websocket is trying to reconnect

RECONNECT_UNSUCCESSFUL: 4003

The websocket reconnect was unsuccessful

Generated using TypeDoc