Class PineconeUnableToResolveHostError

This error occurs when the client is unable to resolve the database host for a given index. This is unexpected to occur unless there is a problem with the Pinecone service.

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