Package | Description |
---|---|
com.ciscowebex.androidsdk |
Modifier and Type | Method and Description |
---|---|
static WebexError.ErrorCode |
WebexError.ErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebexError.ErrorCode[] |
WebexError.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WebexError |
WebexError.from(WebexError.ErrorCode code) |
boolean |
WebexError.is(WebexError.ErrorCode code)
Check the error type.
|
Constructor and Description |
---|
WebexError(WebexError.ErrorCode errorCode)
The constructor with the error code
|
WebexError(WebexError.ErrorCode errorCode,
java.lang.String message)
The constructor with the error code and error message
|
WebexError(WebexError.ErrorCode errorCode,
java.lang.String message,
T data)
The constructor with the error code and error message
|