Interface FingerprintUserVerificationError

All Superinterfaces:
MobileAuthenticationClientError, RecoverableError

public interface FingerprintUserVerificationError extends RecoverableError
The recoverable error that can occur when verifying the user with fingerprint. This occurs when the user provides bad fingerprints.

When this error occurs, the FingerprintUserVerifier.verifyFingerprint(FingerprintUserVerificationContext, FingerprintUserVerificationHandler) method will be invoked again. This error will be returned by the FingerprintUserVerificationContext.lastRecoverableError().

  • Method Summary

    Modifier and Type
    Method
    Description
    If available, this returns a localized message describing the error that can be presented to the end-user.

    Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError

    cause, description
  • Method Details

    • message

      Optional<String> message()
      If available, this returns a localized message describing the error that can be presented to the end-user. This message is provided by the operating system.
      Returns:
      the message