PendingOutOfBandOperationsErrorType

@objc
public enum PendingOutOfBandOperationsErrorType : Int

The possible error types can occur when fetching the pending operations

  • A network error occurred.

    Declaration

    Swift

    case NetworkError
  • The clocks on the mobile and on the server are too apart and the server refused to validate the JWS. You can ask the user to verify that the device clock is correctly set.

    Declaration

    Swift

    case ClockSkewTooBig
  • The backend does not support the retrieval of out-of-band operations. The backend must be running nevisFIDO 7.24.02 or later and the Get Device Out-of-Band Operations endpoint must be accessible.

    Declaration

    Swift

    case OperationNotSupportedByBackend
  • The iOS device has no passcode set.

    Declaration

    Swift

    case NoDeviceLockError
  • Unknown error, handling not categorized error cases.

    Requires

    iOS platform

    Declaration

    Swift

    case Unknown