LVErrorCode Constants Reference

Declared in LVRTCEngineDefines.h

LVErrorCode

RTC 错误码汇总

Definition

typedef NS_ENUM(NSUInteger, LVErrorCode ) {
   LVErrorCodeSuccess = 0,
   LVErrorCodeParamError = 1000,
   LVErrorCodeNotInitError = 1001,
   LVErrorCodeNotAuthError = 1002,
   LVErrorCodeInitError = 1003,
   LVErrorCodeUnsupportFormat = 1004,
   LVErrorCodeAuthError = 2000,
   LVErrorCodeDisconnectSignaling = 3000,
   LVErrorCodeDisconnectMedia = 3001,
   LVErrorCodeNoEdgeError = 4000,
   LVErrorCodeNetworkReqError = 4001,
   LVErrorCodeNoResponse = 40002,
   LVErrorCodeNetworkRspError = 4003,
   LVErrorCodeUnknownError = 10000,
};

Constants

LVErrorCodeSuccess
    SDK 业务操作成功

Declared In LVRTCEngineDefines.h.

LVErrorCodeParamError
    参数错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeNotInitError
    没有初始化错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeNotAuthError
    SDK 没有授权,请先授权再使用

Declared In LVRTCEngineDefines.h.

LVErrorCodeInitError
    房间实例初始化错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeUnsupportFormat
   不支持的音视频格式

Declared In LVRTCEngineDefines.h.

LVErrorCodeAuthError
    SDK 授权错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeDisconnectSignaling
    音视频信令服务断开连接错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeDisconnectMedia
    媒体服务断开连接错误

Declared In LVRTCEngineDefines.h.

LVErrorCodeNoEdgeError
    获取不到有效的音视频信令服务

Declared In LVRTCEngineDefines.h.

LVErrorCodeNetworkReqError
    网络请求错误(含网络不可达,网络请求超时、40x 系列错误)

Declared In LVRTCEngineDefines.h.

LVErrorCodeNoResponse
   网络响应错误,无响应内容

Declared In LVRTCEngineDefines.h.

LVErrorCodeNetworkRspError
    网络响应错误(返回数据非法、50x 系列错误)

Declared In LVRTCEngineDefines.h.

LVErrorCodeUnknownError
    未知错误

Declared In LVRTCEngineDefines.h.

Declared In

LVRTCEngineDefines.h