public interface Error
extends android.os.Parcelable
Modifier and Type | Interface and Description |
---|---|
static class |
Error.Domain
The possible domains where the error can be produced
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Return the error code.
|
Error.Domain |
getDomain()
The error domain
|
android.os.Bundle |
getExtras()
Optional extras given more information about the error
|
String |
getMessage()
The detailed error message
|
int getCode()
CommonErrorConstant.Code
.
Every manager has its own error codes. See the Javadoc of each manager for more infoError.Domain getDomain()
String getMessage()
android.os.Bundle getExtras()