simgadget
    Preparing search index...

    Class SimGadgetError

    The base of the whole taxonomy. Never thrown directly except for the five codes with no payload to carry (no-ios-runtime, element-unusable-frame, recording-already-active, no-active-recording, app-bundle-not-found) — there is no fact beyond the code and a sentence for those, so a dedicated subclass would exist only to be instanceof-checked and never destructured.

    Hierarchy (View Summary)

    Index
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number
    code: ErrorCode
    cause?: unknown
    name: string
    message: string
    stack?: string
    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void