Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class OperationFidoError

    An error that indicates that a FIDO UAF error occurred during an operation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • The default constructor.

      Parameters

      • errorCode: FidoErrorCode

        the FIDO UAF error that occurred.

      • description: string

        provides details about the error that occurred.

      • Optionalcause: string

        the exception (if any) that caused this error.

      Returns OperationFidoError

    Properties

    errorCode: FidoErrorCode

    The FIDO UAF error that occurred.

    description: string

    Provides details about the error that occurred.

    cause?: string

    The exception (if any) that caused this error.