Cppinecone
A C++ client for the Pinecone vector database
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
error.hpp File Reference

Pinecone's custom error format. More...

#include <cstdint>
#include <string>
#include <vector>
#include <nlohmann/json.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pinecone::types::error_detail
 Pinecone API error details. Should only be accessed via api_error. More...
 
struct  pinecone::types::api_error
 An error response returned by the Pinecone API. More...
 

Detailed Description

Pinecone's custom error format.

Definition in file error.hpp.