Pinecone's custom error format. More...
#include <cstdint>#include <string>#include <vector>#include <nlohmann/json.hpp>
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... | |
Pinecone's custom error format.
Definition in file error.hpp.