This error is thrown when you are attempting to use a feature that is not implemented or unavailable to you on your current plan. Free indexes only support a subset of Pinecone's capabilities, and if you are seeing these exceptions then you should consult the pricing page to see whether upgrading makes sense for your use case.

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