Growthackr Chrome Extension - v1.0.0
    Preparing search index...

    Error thrown when storage operations fail.

    This error is like a party pooper, yaar! It ruins the fun when something goes wrong with storage. It's a custom error class that extends the native Error class, making it easy to identify and handle storage-related errors.

    Hierarchy

    • Error
      • StorageError
    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void