Interface OperationError

All Superinterfaces:
MobileAuthenticationClientError
All Known Subinterfaces:
AuthenticationError, OperationError.DeviceProtectionError, OperationError.NetworkError, OperationError.NoDeviceLockError, OperationError.UserAlreadyRegisteredInAnotherServer, OperationError.UserNotRegisteredInServer

public interface OperationError extends MobileAuthenticationClientError
An error occurred during registration, authentication or deregistration.
  • Method Details

    • errorCode

      FidoErrorCode errorCode()
      The FIDO UAF error that occurred.
      Returns:
      the FIDO UAF error that occurred.