Documentation
    Preparing search index...

    Class UnsupportedPackageIdError

    Server error indicating that the requested package id is not supported (i.e., key server is running in Permissioned mode)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    requestId?: string
    stack?: string
    status?: number

    Methods

    • Parameters

      • response: Response
      • requestId: string

      Returns Promise<void>

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error