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

    Class OperationUserNotRegisteredInServerError

    An error that occurs with username-less out-of-band authentication, if the username of a registered account is provided to the AccountSelectionHandler, but the user is not defined in the server where the token was redeemed.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • The default constructor.

      Parameters

      • description: string

        provides details about the error that occurred.

      • Optionalcause: string

        the exception (if any) that caused this error.

      Returns OperationUserNotRegisteredInServerError

    Properties

    description: string

    Provides details about the error that occurred.

    cause?: string

    The exception (if any) that caused this error.