simgadget
    Preparing search index...

    Class SimulatorNotAnsweringError

    The bridge stopped answering and recovery could not be tried, or was tried and did not help. recoveryTried distinguishes the two: false means a restart within the last 60s already failed and the cooldown suppressed a second one, true means one was actually attempted this time.

    Hierarchy (View Summary)

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

    Optional override for formatting stack traces

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

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void