public interface TcrCode
Modifier and Type | Field and Description |
---|---|
static int |
ERR_CLOSED
This indicates that the data channel has been closed.
|
static int |
ERR_CREATE_DIRECTORY_FAILED
The directory failed to be created.
|
static int |
ERR_CREATE_FAILURE
This indicates that the data channel is created failed.
|
static int |
ERR_DATA_CHANNEL_BASE_CODE
The starting error code of the data channel module.
|
static int |
ERR_EXTRACT_PLUGIN_FAILED
The plugin failed to be extracted
|
static int |
ERR_INSTALL_PLUGIN_FAILED
The plugin failed to be installed.
|
static int |
ERR_INTERNAL_ERROR
This indicates that some internal error has happened.
|
static int |
ERR_INVALID_PARAMS
This indicates that the request parameter is invalid.
|
static int |
ERR_MULTI_PLAYER_BASE_CODE
The starting error code of the multi-player module.
|
static int |
ERR_PLUGIN_DO_NOT_EXIST
The plugin doesn't exist.
|
static int |
ERR_PLUGIN_MD5_VERIFY_FAILED
The MD5 value of the plugin failed to be verified.
|
static int |
ERR_STATE_ILLEGAL
This indicates that the context state is illegal.
|
static int |
ERR_TCRSDK_BASE_CODE
The starting error code of the TcrSdk class.
|
static int |
ERR_TIMEOUT
This indicates that the request is timed out.
|
static int |
ERR_UNKNOWN
This indicates that some unknown error has happened.
|
static int |
MULTI_PLAYER_ASSIGN_SEAT_FAILED
Seat assignment failed.
|
static int |
MULTI_PLAYER_IGNORED_HOST_SUBMIT
The host didn't need to change the seat.
|
static int |
MULTI_PLAYER_INVALID_SEAT_INDEX
An invalid seat
|
static int |
MULTI_PLAYER_NO_AUTHORIZED
The viewer couldn't switch the seat.
|
static int |
MULTI_PLAYER_NO_SUCH_ROLE
The role dosen’t exist.
|
static int |
MULTI_PLAYER_NO_SUCH_USER
The `user_id` doesn’t exist.
|
static int |
SUCCESS
This indicates that the result is success.
|
static final int SUCCESS
static final int ERR_TIMEOUT
static final int ERR_INVALID_PARAMS
static final int ERR_UNKNOWN
static final int ERR_INTERNAL_ERROR
static final int ERR_STATE_ILLEGAL
static final int ERR_MULTI_PLAYER_BASE_CODE
static final int MULTI_PLAYER_INVALID_SEAT_INDEX
static final int MULTI_PLAYER_NO_AUTHORIZED
static final int MULTI_PLAYER_NO_SUCH_ROLE
static final int MULTI_PLAYER_NO_SUCH_USER
static final int MULTI_PLAYER_ASSIGN_SEAT_FAILED
static final int MULTI_PLAYER_IGNORED_HOST_SUBMIT
static final int ERR_DATA_CHANNEL_BASE_CODE
static final int ERR_CREATE_FAILURE
static final int ERR_CLOSED
static final int ERR_TCRSDK_BASE_CODE
static final int ERR_PLUGIN_DO_NOT_EXIST
static final int ERR_PLUGIN_MD5_VERIFY_FAILED
static final int ERR_CREATE_DIRECTORY_FAILED
static final int ERR_EXTRACT_PLUGIN_FAILED
static final int ERR_INSTALL_PLUGIN_FAILED