> ## Documentation Index
> Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network net.WebSocketEvent

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/net](/sdks/tech-doc/modules/orderly_network_net) / WebSocketEvent

# Enumeration: WebSocketEvent

[@orderly.network/net](/sdks/tech-doc/modules/orderly_network_net).WebSocketEvent

## Table of contents

### Enumeration Members

* [CLOSE](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#close)
* [CONNECTING](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#connecting)
* [ERROR](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#error)
* [MESSAGE](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#message)
* [OPEN](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#open)
* [RECONNECTING](/sdks/tech-doc/enums/orderly_network_net.WebSocketEvent#reconnecting)

## Enumeration Members

### CLOSE

• **CLOSE** = `"close"`

#### Defined in

[ws/ws.ts:18](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L18)

***

### CONNECTING

• **CONNECTING** = `"connecting"`

#### Defined in

[ws/ws.ts:21](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L21)

***

### ERROR

• **ERROR** = `"error"`

#### Defined in

[ws/ws.ts:19](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L19)

***

### MESSAGE

• **MESSAGE** = `"message"`

#### Defined in

[ws/ws.ts:20](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L20)

***

### OPEN

• **OPEN** = `"open"`

#### Defined in

[ws/ws.ts:17](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L17)

***

### RECONNECTING

• **RECONNECTING** = `"reconnecting"`

#### Defined in

[ws/ws.ts:22](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/net/src/ws/ws.ts#L22)
