> ## 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.

# 错误码

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

| **枚举名**                    | **枚举值** | **说明**      |
| -------------------------- | :-----: | ----------- |
| OK                         |    0    | 无错误         |
| **通用错误码**                  |         |             |
| SystemError                |  100001 | 系统内部错误      |
| NotInitialized             |  100002 | 未初始化        |
| MediaNotInitialized        |  100003 | 媒体模块尚未初始化   |
| ProtocolParsingError       |  100004 | 协议解析错误      |
| Timeout                    |  100005 | 超时          |
| InvalidArgs                |  100006 | 参数错误        |
| Conflict                   |  100007 | 重复操作冲突      |
| SdkTokenInvalid            |  100008 | SDK token失效 |
| NetError                   |  100009 | 网络错误        |
| MediaNetError              |  100010 | 媒体网络错误      |
| NotFound                   |  100011 | 未找到         |
| **windows错误码**             |         |             |
| SDKFail                    |  101000 | sdk 内部错误    |
| DeviceFail                 |  101001 | 设备使用异常      |
| DeviceNoFind               |  101002 | 设备未找到       |
| UserNotFound               |  101003 | 未找到对应用户     |
| NotDevPrivate              |  101004 | 无设备访问权限     |
| InvalidOperation           |  101005 | 无效操作        |
| NotSupport                 |  101006 | SDK暂时不支持    |
| DealBeQuick                |  101007 | 执行操作过快      |
| MoudelNotSupport           |  101008 | 当前流媒体模式不支持  |
| BeforeSetting              |  101009 | 再入会前进行设置    |
| ChannelJoinError           |  101100 | 频道加入错误      |
| ChannelJoinTimeOut         |  101101 | 频道加入超时      |
| StreamJoinError            |  101200 | 流媒体加入异常     |
| StreamJoinConflict         |  101201 | 流媒体加入重复     |
| VideoCapturerError         |  101202 | 摄像头异常       |
| NotFindStreamTrack         |  101203 | 没有指定流id     |
| ExceedingSpecifiedQuantity |  101204 | 超过规定数量      |
