Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface AdminErrorResponse

    The response shape used for all error responses.

    ErrorResponse

    interface AdminErrorResponse {
        error: AdminErrorResponseError;
        status: number;
    }
    Index

    ErrorResponse

    status: number

    The HTTP status code of the error.

    ErrorResponse