simgadget
    Preparing search index...

    Class AccessibilityUnreadableError

    A degenerate (0x0 or empty) accessibility tree that survived the full cure ladder. "booting": point reads do not answer either, so the device is most likely still coming up. "unrecoverable": point reads do answer but the tree stays empty after both cures — never observed in practice, and worth surfacing loudly when it is.

    Hierarchy (View Summary)

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

    Optional override for formatting stack traces

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

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void