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