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

# 错误码

> Web SRTC 音视频 SDK 错误码枚举与处理说明

### 服务端错误码

| 错误名                |   错误码  | 说明              |
| ------------------ | :----: | --------------- |
| `InvalidApp`       | `1011` | 应用无效            |
| `ChannelTokenUsed` | `1021` | 加入频道 Token 已被使用 |
| `SidNotInChannel`  | `1022` | 该会话不在频道中        |
| `UserNotInChannel` | `1023` | 成员不在频道中         |
| `ChannelNotOpen`   | `1024` | 频道未开启           |
| `ChannelOpened`    | `1025` | 频道已开启           |

***

### 客户端错误码

| 错误名              |    错误码   | 说明             |
| ---------------- | :------: | -------------- |
| `NotInChannel`   | `106001` | 当前不在频道内        |
| `TokenExpired`   | `106002` | 加入频道 Token 已过期 |
| `TrackNotExists` | `106003` | 流轨道不存在         |
