This error indicates API responses are returning with status 503 and Pinecone itself is down. Check the status page for information about current or recent outages.

The difference between this error (503) and a PineconeInternalServerError (500) is that this error does NOT indicate that the server is unable to process the request, just that the server will not process the request.

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