Mobile Locker JavaScript SDK
    Preparing search index...

    Class MobileLockerDatabaseError

    Thrown by mobilelocker.database.* methods on SQLite failures.

    Check code against DatabaseErrorCode constants to distinguish path errors, write attempts, and query failures.

    Hierarchy

    • Error
      • MobileLockerDatabaseError
    Index

    Constructors

    Properties

    Machine-readable error code. Use DatabaseErrorCode constants for comparisons.

    message: string
    name: string
    sqliteMessage?: string

    The raw SQLite error message, if available.

    stack?: string