AI-generated Key Takeaways
-
The
ErrorResponseDataclass represents a U2F Error Response Data object and is deprecated. -
Developers should use the Fido APIs instead of the deprecated
ErrorResponseDataclass. -
The class includes constants for JSON keys "errorCode" and "errorMessage".
-
Public constructors allow creating an
ErrorResponseDataobject with anErrorCodeand optionally an error message. -
Public methods are available to retrieve the error code, error message, and perform standard object operations like
equals,hashCode, andtoString.
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)
|