This error occurs when API requests are attempted using invalid configurations such as a mispelled or revoked API key.

Log in to https://app.pinecone.io to verify you have configured the Pinecone client using the correct values.

Hierarchy

Constructors

Properties

cause?: Error

The underlying error, if any.

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void