com.tencent.av.sdk
Class AVError

java.lang.Object
  extended by com.tencent.av.sdk.AVError

public class AVError
extends java.lang.Object

常见SDK错误码客


Field Summary
static int AV_ERR_ACCEPT_FAILED
          接受邀请失败
static int AV_ERR_CONTEXT_NOT_EXIST
          AVContext不存在
static int AV_ERR_CONTEXT_NOT_STOPPED
          AVContext未结束
static int AV_ERR_DEVICE_NOT_EXIST
          设备不存在
static int AV_ERR_ENDPOINT_HAS_NOT_VIDEO
          该成员没有上视频
static int AV_ERR_ENDPOINT_NOT_EXIST
          房间成员不存在
static int AV_ERR_EXCLUSIVE_OPERATION
          互斥操作。已经在进行某种操作,再次去做同类型的其他操作,则返回这个错误
static int AV_ERR_FAILED
          一般错误
static int AV_ERR_HAS_IN_THE_STATE
          已经处于所要状态,无需再操作。如设备已经打开,再次去打开,就返回这个错误码
static int AV_ERR_INVALID_ARGUMENT
          错误参数
static int AV_ERR_INVITE_FAILED
          发送邀请失败
static int AV_ERR_NOT_IMPLEMENTED
          功能未实现
static int AV_ERR_NOT_IN_MAIN_THREAD
          不在主线程中执行操作
static int AV_ERR_OPENID_TO_TINYID_FAILED
          identifier转换至tinyid失败
static int AV_ERR_REFUSE_FAILED
          拒绝邀请失败
static int AV_ERR_REPEATED_OPERATION
          重复操作。已经在进行某种操作,再次去做同样的操作,则返回这个错误
static int AV_ERR_RESOURCE_IS_OCCUPIED
          资源被占用
static int AV_ERR_ROOM_NOT_EXIST
          房间不存在
static int AV_ERR_ROOM_NOT_EXITED
          房间未退出
static int AV_ERR_SERVER_ALLOC_RESOURCE_FAILED
          服务器内部错误
static int AV_ERR_SERVER_ENDPOINT_NOT_EXIST
          服务器内部错误
static int AV_ERR_SERVER_FAILED
          服务器内部错误
static int AV_ERR_SERVER_ID_NOT_IN_ROOM
          服务器内部错误
static int AV_ERR_SERVER_INVALID_ABILITY
          服务器内部错误
static int AV_ERR_SERVER_INVALID_ARGUMENT
          服务器内部错误
static int AV_ERR_SERVER_NO_PERMISSION
          服务器内部错误
static int AV_ERR_SERVER_NOT_IMPLEMENT
          服务器内部错误
static int AV_ERR_SERVER_REPEATED_OPERATION
          服务器内部错误
static int AV_ERR_SERVER_ROOM_NOT_EXIST
          服务器内部错误
static int AV_ERR_SERVER_TIMEOUT
          服务器内部错误
static int AV_ERR_TIMEOUT
          操作超时
static int AV_ERR_TINYID_TO_OPENID_FAILED
          tinyid转换至identifier失败
static int AV_OK
           
 
Constructor Summary
AVError()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AV_OK

public static final int AV_OK
See Also:
Constant Field Values

AV_ERR_FAILED

public static final int AV_ERR_FAILED
一般错误

See Also:
Constant Field Values

AV_ERR_REPEATED_OPERATION

public static final int AV_ERR_REPEATED_OPERATION
重复操作。已经在进行某种操作,再次去做同样的操作,则返回这个错误

See Also:
Constant Field Values

AV_ERR_EXCLUSIVE_OPERATION

public static final int AV_ERR_EXCLUSIVE_OPERATION
互斥操作。已经在进行某种操作,再次去做同类型的其他操作,则返回这个错误

See Also:
Constant Field Values

AV_ERR_HAS_IN_THE_STATE

public static final int AV_ERR_HAS_IN_THE_STATE
已经处于所要状态,无需再操作。如设备已经打开,再次去打开,就返回这个错误码

See Also:
Constant Field Values

AV_ERR_INVALID_ARGUMENT

public static final int AV_ERR_INVALID_ARGUMENT
错误参数

See Also:
Constant Field Values

AV_ERR_TIMEOUT

public static final int AV_ERR_TIMEOUT
操作超时

See Also:
Constant Field Values

AV_ERR_NOT_IMPLEMENTED

public static final int AV_ERR_NOT_IMPLEMENTED
功能未实现

See Also:
Constant Field Values

AV_ERR_NOT_IN_MAIN_THREAD

public static final int AV_ERR_NOT_IN_MAIN_THREAD
不在主线程中执行操作

See Also:
Constant Field Values

AV_ERR_RESOURCE_IS_OCCUPIED

public static final int AV_ERR_RESOURCE_IS_OCCUPIED
资源被占用

See Also:
Constant Field Values

AV_ERR_CONTEXT_NOT_EXIST

public static final int AV_ERR_CONTEXT_NOT_EXIST
AVContext不存在

See Also:
Constant Field Values

AV_ERR_CONTEXT_NOT_STOPPED

public static final int AV_ERR_CONTEXT_NOT_STOPPED
AVContext未结束

See Also:
Constant Field Values

AV_ERR_ROOM_NOT_EXIST

public static final int AV_ERR_ROOM_NOT_EXIST
房间不存在

See Also:
Constant Field Values

AV_ERR_ROOM_NOT_EXITED

public static final int AV_ERR_ROOM_NOT_EXITED
房间未退出

See Also:
Constant Field Values

AV_ERR_DEVICE_NOT_EXIST

public static final int AV_ERR_DEVICE_NOT_EXIST
设备不存在

See Also:
Constant Field Values

AV_ERR_ENDPOINT_NOT_EXIST

public static final int AV_ERR_ENDPOINT_NOT_EXIST
房间成员不存在

See Also:
Constant Field Values

AV_ERR_ENDPOINT_HAS_NOT_VIDEO

public static final int AV_ERR_ENDPOINT_HAS_NOT_VIDEO
该成员没有上视频

See Also:
Constant Field Values

AV_ERR_TINYID_TO_OPENID_FAILED

public static final int AV_ERR_TINYID_TO_OPENID_FAILED
tinyid转换至identifier失败

See Also:
Constant Field Values

AV_ERR_OPENID_TO_TINYID_FAILED

public static final int AV_ERR_OPENID_TO_TINYID_FAILED
identifier转换至tinyid失败

See Also:
Constant Field Values

AV_ERR_INVITE_FAILED

public static final int AV_ERR_INVITE_FAILED
发送邀请失败

See Also:
Constant Field Values

AV_ERR_ACCEPT_FAILED

public static final int AV_ERR_ACCEPT_FAILED
接受邀请失败

See Also:
Constant Field Values

AV_ERR_REFUSE_FAILED

public static final int AV_ERR_REFUSE_FAILED
拒绝邀请失败

See Also:
Constant Field Values

AV_ERR_SERVER_FAILED

public static final int AV_ERR_SERVER_FAILED
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_INVALID_ARGUMENT

public static final int AV_ERR_SERVER_INVALID_ARGUMENT
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_NO_PERMISSION

public static final int AV_ERR_SERVER_NO_PERMISSION
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_TIMEOUT

public static final int AV_ERR_SERVER_TIMEOUT
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_ALLOC_RESOURCE_FAILED

public static final int AV_ERR_SERVER_ALLOC_RESOURCE_FAILED
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_ID_NOT_IN_ROOM

public static final int AV_ERR_SERVER_ID_NOT_IN_ROOM
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_NOT_IMPLEMENT

public static final int AV_ERR_SERVER_NOT_IMPLEMENT
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_REPEATED_OPERATION

public static final int AV_ERR_SERVER_REPEATED_OPERATION
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_ROOM_NOT_EXIST

public static final int AV_ERR_SERVER_ROOM_NOT_EXIST
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_ENDPOINT_NOT_EXIST

public static final int AV_ERR_SERVER_ENDPOINT_NOT_EXIST
服务器内部错误

See Also:
Constant Field Values

AV_ERR_SERVER_INVALID_ABILITY

public static final int AV_ERR_SERVER_INVALID_ABILITY
服务器内部错误

See Also:
Constant Field Values
Constructor Detail

AVError

public AVError()