Class ZegoConstants.RoomError

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.RoomError
    extends java.lang.Object
    房间服务错误码
    • 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
      • DatiCommitError

        public static final int DatiCommitError
        答题服务故障
        See Also:
        Constant Field Values
      • DatiTimeoutError

        public static final int DatiTimeoutError
        答题时间已过
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomError

        public RoomError()