public class ErrorResponseData extends ResponseData
This class is deprecated.
Please use Fido APIs instead.
Represents a U2F Error Response Data object.
Constant Summary
| String | JSON_ERROR_CODE | |
| String | JSON_ERROR_MESSAGE |
Inherited Constant Summary
Public Constructor Summary
|
ErrorResponseData(ErrorCode
errorCode)
|
|
Public Method Summary
| boolean | |
| ErrorCode | |
| int | |
| String | |
| int |
hashCode()
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Constants
public static final String JSON_ERROR_CODE
Constant Value: "errorCode"
public static final String JSON_ERROR_MESSAGE
Constant Value:
"errorMessage"