# Enumeration: ErrorCode

ErrorCode()

see timeOut: 超时

see UDPError: UDP 连接建立出错

see systemError: 系统错误

see invalidRoomState: 房间状态异常,建议进入新的帧同步房间

see cannotReconnect: 无法连接,建议进入新的帧同步房间

see notSupportFrameSync: 不支持帧同步

see alreadyConnectFrameSync: 已连接对应token的帧同步服务

see wechatError: 来自微信的其他错误

see otherError: 其他系统错误,详情见错误信息

# Enumeration members

# UDPError

UDPError: = 1


# alreadyConnectFrameSync

alreadyConnectFrameSync: = 6


# cannotReconnect

cannotReconnect: = 4


# invalidRoomState

invalidRoomState: = 3


# notSupportFrameSync

notSupportFrameSync: = 5


# otherError

otherError: = 8


# systemError

systemError: = 2


# timeOut

timeOut: = 0


# wechatError

wechatError: = 7