Inherited Constant Summary
From interface android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Inherited Method Summary
From class java.lang.Enum
|
final Object
|
clone()
|
| final int |
|
| int |
|
|
final Optional<EnumDesc<ErrorCode>>
|
describeConstable()
|
| final boolean |
|
| final void |
finalize()
|
|
final Class<ErrorCode>
|
getDeclaringClass()
|
| final int |
hashCode()
|
|
final String
|
name()
|
| final int |
ordinal()
|
|
String
|
toString()
|
|
static <T extends Enum<T>>
T
|
|
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface java.lang.constant.Constable
|
abstract Optional<? extends ConstantDesc>
|
describeConstable()
|
From interface java.lang.Comparable
From interface android.os.Parcelable
| abstract int |
describeContents()
|
| abstract void |
writeToParcel( Parcel arg0,
int arg1)
|
Enum Values
public static final ErrorCode
ABORT_ERR
The operation was aborted.
public static final ErrorCode
ATTESTATION_NOT_PRIVATE_ERR
The authenticator violates the privacy requirements of the
AttestationStatementType it is using.
public static final ErrorCode
CONSTRAINT_ERR
A mutation operation in a transaction failed because a constraint was not
satisfied.
public static final ErrorCode
DATA_ERR
Provided data is inadequate.
public static final ErrorCode
ENCODING_ERR
The encoding operation (either encoded or decoding) failed.
public static final ErrorCode
INVALID_STATE_ERR
The object is in an invalid state.
public static final ErrorCode
NETWORK_ERR
A network error occurred.
public static final ErrorCode
NOT_ALLOWED_ERR
The request is not allowed by the user agent or the platform in the current context,
possibly because the user denied permission.
public static final ErrorCode
NOT_SUPPORTED_ERR
The operation is not supported.
public static final ErrorCode
SECURITY_ERR
The operation is insecure.
public static final ErrorCode
TIMEOUT_ERR
public static final ErrorCode
UNKNOWN_ERR
The operation failed for an unknown transient reason.