Class WebAuthnResponseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class WebAuthnResponseException extends Exception
An Exception representation of AuthenticatorErrorResponse
-
-
Constructor Summary
Constructors Constructor Description WebAuthnResponseException(AuthenticatorErrorResponse authenticatorErrorResponse)
-
Method Summary
Modifier and Type Method Description final ErrorCodegetErrorCode()final IntegergetErrorCodeAsInt()final StringtoServerError()Server error string representation of this error. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
final ErrorCode getErrorCode()
-
getErrorCodeAsInt
final Integer getErrorCodeAsInt()
-
toServerError
final String toServerError()
Server error string representation of this error. Result to the Client Error outcome for WebAuthn Registration Node or WebAuthn Authentication Node
-
-
-
-