| CreateWebSocketDep | - |
| WebSocket | WebSocket with auto-reconnect and offline support. |
| WebSocketConnectError | An error that occurs when a connection cannot be established due to a network error. |
| WebSocketConnectionCloseError | - |
| WebSocketConnectionError | An error that occurs when a connection is closed due to an issue (e.g., failure to send some data). |
| WebSocketOptions | Options for creating WebSocket |
| WebSocketSendError | An error that occurs when trying to send data but WebSocket is not available or is in the CONNECTING state. |