Package com.zego.zegoliveroom.constants
Class ZegoConstants.RoomError
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.RoomError
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.RoomError extends java.lang.Object房间服务错误码
-
-
Field Summary
Fields Modifier and Type Field Description static intDatiCommitError答题服务故障static intDatiRepeatError重复答题static intDatiTimeoutError答题时间已过static intLoginNetChangeError网络切换临时状态,网络恢复后会自动重连static intLoginNetworkErrorHTTP 连接错误static intLoginPushErrorTCP 连接错误static intLoginServerError服务器错误static intNotLoginError用户没有登录static intRequestParamError请求参数错误static intSessionError会话错误
-
Constructor Summary
Constructors Constructor Description RoomError()
-
-
-
Field Detail
-
LoginNetworkError
public static final int LoginNetworkError
HTTP 连接错误- See Also:
- Constant Field Values
-
LoginPushError
public static final int LoginPushError
TCP 连接错误- See Also:
- Constant Field Values
-
LoginServerError
public static final int LoginServerError
服务器错误- See Also:
- Constant Field Values
-
LoginNetChangeError
public static final int LoginNetChangeError
网络切换临时状态,网络恢复后会自动重连- See Also:
- Constant Field Values
-
NotLoginError
public static final int NotLoginError
用户没有登录- See Also:
- Constant Field Values
-
RequestParamError
public static final int RequestParamError
请求参数错误- See Also:
- Constant Field Values
-
SessionError
public static final int SessionError
会话错误- See Also:
- Constant Field Values
-
DatiCommitError
public static final int DatiCommitError
答题服务故障- See Also:
- Constant Field Values
-
DatiTimeoutError
public static final int DatiTimeoutError
答题时间已过- See Also:
- Constant Field Values
-
DatiRepeatError
public static final int DatiRepeatError
重复答题- See Also:
- Constant Field Values
-
-