Member Junction
    Preparing search index...

    Error thrown when GitHub returns 403/429 (rate limit or access denied). A 403/429 must NOT look identical to "this repo has no releases/tags", which silently resolves the wrong version (or falls back to HEAD). Callers should surface this rather than treat it as empty (B36).

    Hierarchy

    • Error
      • GitHubAccessError
    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    Status: number
    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