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

# my.offSocketError

> Stop listening for WebSocket errors.

Remove a WebSocket error listener.

## Parameters

| Property | Type     | Required | Description                 |
| -------- | -------- | -------- | --------------------------- |
| callback | Function | No       | Specific callback to remove |

## Code Example

```javascript theme={null}
my.offSocketError(myErrorHandler);
```
