18#include <system_error>
140using ::mongocxx::v_noabi::error_category;
141using ::mongocxx::v_noabi::make_error_code;
163#if defined(MONGOCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard postlude header.
The mongocxx macro guard prelude header.
Declares mongocxx::v_noabi::error_code.
std::error_code make_error_code(error_code error)
Translate a mongocxx::v_noabi::error_code into a std::error_code.
Definition error_code.hpp:131
error_code
Enum representing the various error types that can occur during driver usage.
Definition error_code.hpp:30
@ k_ssl_not_supported
An SSL operation was used without SSL support being built.
@ k_invalid_collection_object
A default-constructed or moved-from mongocxx::v_noabi::collection object has been used.
@ k_unknown_write_concern
An unknown write concern level was set.
@ k_invalid_transaction_options_object
A moved-from mongocxx::v_noabi::options::transaction object has been used.
@ k_gridfs_file_not_found
The requested GridFS file was not found.
@ k_invalid_search_index_view
A default-constructed or moved-from mongocxx::v_noabi::search_index_view object has been used.
@ k_invalid_client_object
A default-constructed or moved-from mongocxx::v_noabi::client object has been used.
@ k_gridfs_file_corrupted
A GridFS file being operated on was discovered to be corrupted.
@ k_server_response_malformed
The server returned a malformed response.
@ k_cannot_recreate_instance
More than one mongocxx::v_noabi::instance has been created.
@ k_instance_destroyed
The mongocxx::v_noabi::instance has been destroyed.
@ k_invalid_gridfs_uploader_object
A default-constructed or moved-from mongocxx::v_noabi::gridfs::uploader object has been used.
@ k_invalid_search_index_model
A default-constructed or moved-from mongocxx::v_noabi::search_index_model object has been used.
@ k_invalid_uri
An invalid MongoDB URI was provided.
@ k_gridfs_stream_not_open
A mongocxx::v_noabi::gridfs::uploader object was not open for writing, or a mongocxx::v_noabi::gridfs...
@ k_invalid_session
A failure attempting to pass a mongocxx::v_noabi::client_session to a method.
@ k_invalid_gridfs_bucket_object
A default-constructed or moved-from mongocxx::v_noabi::gridfs::bucket object has been used.
@ k_invalid_parameter
An invalid or out-of-bounds parameter was provided.
@ k_create_resource_fail
A resource (server API handle, etc.) could not be created:
@ k_cannot_create_session
mongocxx::v_noabi::client.create_session failed to create a mongocxx::v_noabi::client_session.
@ k_invalid_database_object
A default-constructed or moved-from mongocxx::v_noabi::database object has been used.
@ k_unknown_read_concern
An unknown read concern level was set.
@ k_pool_wait_queue_timeout
Timed out while waiting for a client to be returned to the pool.
@ k_invalid_gridfs_downloader_object
A default-constructed or moved-from mongocxx::v_noabi::gridfs::downloader object has been used.
@ k_gridfs_upload_requires_too_many_chunks
A mongocxx::v_noabi::gridfs::uploader object has exceeded the maximum number of allowable GridFS chun...
const std::error_category & error_category()
Get the error_category for mongocxx library exceptions.
The top-level namespace within which all mongocxx library entities are declared.
const std::error_category & error_category()
mongocxx::v_noabi::error_category()
std::error_code make_error_code(v_noabi::error_code error)
mongocxx::v_noabi::make_error_code(v_noabi::error_code error)
The top-level namespace reserved for the C++ standard library.