UNPKG

@pinecone-database/pinecone

Version:

This is the official Node.js SDK for [Pinecone](https://www.pinecone.io), written in TypeScript.

9 lines (8 loc) 263 B
import { BasePineconeError } from './base'; /** * This error is thrown when arguments passed to a Pinecone * client method fail a runtime validation. */ export declare class PineconeArgumentError extends BasePineconeError { constructor(message: string); }