Class PineconeUnexpectedResponseError

This exception indicates an API call that returned a response that was unable to be parsed or that did not include expected fields. It's not expected to ever occur.

If you encounter this error, please file an issue so we can investigate.

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