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

    Interface AdminErrorResponseError

    Detailed information about the error that occurred.

    ErrorResponseError

    interface AdminErrorResponseError {
        code: string;
        details?: object;
        message: string;
    }
    Index
    code: string

    The error code. Possible values: OK, UNKNOWN, INVALID_ARGUMENT, DEADLINE_EXCEEDED, QUOTA_EXCEEDED, NOT_FOUND, ALREADY_EXISTS, PERMISSION_DENIED, UNAUTHENTICATED, RESOURCE_EXHAUSTED, FAILED_PRECONDITION, ABORTED, OUT_OF_RANGE, UNIMPLEMENTED, INTERNAL, UNAVAILABLE, DATA_LOSS, FORBIDDEN, or UNPROCESSABLE_ENTITY.

    ErrorResponseError

    details?: object

    Additional information about the error. This field is not guaranteed to be present.

    ErrorResponseError

    message: string

    ErrorResponseError