public class LVErrorCode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_AUTH_FAILED
鉴权失败
|
static int |
ERROR_DISCONNECT_BY_MEDIA
由媒体服务导致的断开
|
static int |
ERROR_DISCONNECT_BY_SIGNAL
由信令服务导致的断开
|
static int |
ERROR_INIT_FAILED
初始化失败
|
static int |
ERROR_INVALID
无效
|
static int |
ERROR_INVALID_TOKEN
token无效
|
static int |
ERROR_LOGIN_FAILED
登录失败
|
static int |
ERROR_NO_EDGE
edge列表为空
|
static int |
ERROR_NO_RESPONSE
没有响应
|
static int |
ERROR_NOT_AUTH
未鉴权
|
static int |
ERROR_NOT_INIT
未初始化
|
static int |
ERROR_PARAMS
参数错误
|
static int |
ERROR_REQUEST_ERROR
请求错误
|
static int |
ERROR_RESPONSE_ERROR
响应错误
|
static int |
ERROR_ROOM_ENTER_FAILED
加入房间失败
|
static int |
ERROR_UNKNOWN
未知错误
|
static int |
ERROR_UNSUPPORT_FORMAT
格式不支持
|
static int |
SUCCESS
成功
|
Constructor and Description |
---|
LVErrorCode() |
public static final int ERROR_INVALID
public static final int SUCCESS
public static final int ERROR_PARAMS
public static final int ERROR_NOT_INIT
public static final int ERROR_NOT_AUTH
public static final int ERROR_INIT_FAILED
public static final int ERROR_UNSUPPORT_FORMAT
public static final int ERROR_AUTH_FAILED
public static final int ERROR_LOGIN_FAILED
public static final int ERROR_ROOM_ENTER_FAILED
public static final int ERROR_DISCONNECT_BY_SIGNAL
public static final int ERROR_DISCONNECT_BY_MEDIA
public static final int ERROR_NO_EDGE
public static final int ERROR_REQUEST_ERROR
public static final int ERROR_NO_RESPONSE
public static final int ERROR_RESPONSE_ERROR
public static final int ERROR_INVALID_TOKEN
public static final int ERROR_UNKNOWN