Class WebAuthnResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class WebAuthnResponseException
    extends Exception
                        

    An Exception representation of AuthenticatorErrorResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ErrorCode getErrorCode()
      final String toServerError() 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
    • Constructor Detail

      • WebAuthnResponseException

        WebAuthnResponseException(AuthenticatorErrorResponse authenticatorErrorResponse)
      • WebAuthnResponseException

        WebAuthnResponseException(ErrorCode errorCode, String errorMessage)
    • Method Detail

      • 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

        Returns:

        Server error string representation of this error.