UNPKG

@pinecone-database/pinecone

Version:

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

3 lines (2 loc) 195 B
/** @internal */ export declare const handleApiError: (e: unknown, customMessage?: ((statusCode: number, rawMessageText: string) => Promise<string>) | undefined, url?: string) => Promise<Error>;