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

    Class InitializationProtectedDataUnavailableError

    An error that indicates that protected data is not available at the time of SDK initialization.

    This is an iOS specific error and indicates that the app attempted to access protected data before it became available, typically because the device is locked or the app is still in the prewarming phase after launch. In production, encountering this error suggests the SDK was initialized too early in the app lifecycle.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    description: string

    Provides details about the error that occurred.

    cause?: string

    The exception (if any) that caused this error.