The response after an error occurred.
| static AuthenticatorErrorResponse |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
AuthenticatorErrorResponse from bytes, reversing
serializeToBytes().
|
| boolean | |
| byte[] | |
| ErrorCode | |
| int | |
| String | |
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
AuthenticatorErrorResponse to bytes.
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
AuthenticatorErrorResponse from bytes, reversing
serializeToBytes().
AuthenticatorErrorResponse.Serializes the
AuthenticatorErrorResponse to bytes. Use
deserializeFromBytes(byte[]) to deserialize.