Package io.rong.imlib
Enum IRongCoreEnum.ConnectionErrorCode
-
- All Implemented Interfaces:
public enum IRongCoreEnum.ConnectionErrorCode
/~english
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLIENT_NOT_INIT
/~english
IPC_DISCONNECT
/~english
RC_CONN_ID_REJECT
/~english
RC_CONN_TOKEN_INCORRECT
/~english
RC_CONN_NOT_AUTHRORIZED
/~english
RC_CONN_PACKAGE_NAME_INVALID
/~english
RC_CONN_APP_BLOCKED_OR_DELETED
/~english
RC_CONN_USER_BLOCKED
/~english
RC_DISCONN_KICK
/~english
RC_CONN_OTHER_DEVICE_LOGIN
/~english
RC_CONN_APP_LICENSE_EXPIRED
/~english
RC_CLIENT_NOT_INIT
/~english
RC_INVALID_PARAMETER
/~english
RC_INVALID_PARAMETER_CONNECTION_OPTION_NULL
/~english
RC_INVALID_PARAMETER_SDK_VERSION
/~english
RC_CONNECTION_EXIST
/~english
RC_ENVIRONMENT_ERROR
/~english
RC_CONNECT_TIMEOUT
/~english
RC_CONN_CLUSTER_ERROR
/~english
RC_CONN_APP_AUTH_FAILED
/~english
RC_CONN_DISPOSABLE_TOKEN_USED
/~english
RC_CONN_TOKEN_EXPIRE
/~english
RC_CONN_USER_ABANDON
/~english
RC_DATABASE_ENCRYPT_FAILED
/~english
RC_DATABASE_DECRYPT_FAILED
/~english
UNKNOWN
/~english
-
Method Summary
Modifier and Type Method Description static IRongCoreEnum.ConnectionErrorCode
valueOf(int code)
/~english int
getValue()
/~english static Array<IRongCoreEnum.ConnectionErrorCode>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static IRongCoreEnum.ConnectionErrorCode
valueOf(String name)
Returns the enum constant of this type with the specified name. -
-
Method Detail
-
valueOf
static IRongCoreEnum.ConnectionErrorCode valueOf(int code)
/~english
-
getValue
int getValue()
/~english
-
values
static Array<IRongCoreEnum.ConnectionErrorCode> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static IRongCoreEnum.ConnectionErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-