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

public class ClientError extends Exception
An error thrown by the WebAuthn client upon failure to complete a command.
See Also: