Package com.yubico.yubikit.fido.client
Class ClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.yubikit.fido.client.ClientError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PinInvalidClientError,PinRequiredClientError,UserInformationNotAvailableError
An error thrown by the WebAuthn client upon failure to complete a command.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionClientError(ClientError.Code errorCode, String message) ClientError(ClientError.Code errorCode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientError
-
ClientError
-
-
Method Details
-
getErrorCode
-