|
MongoDB C++ Driver mongocxx-3.11.1
|
Provides mongocxx::v_noabi::server_error_code.
Go to the source code of this file.
Classes | |
| struct | std::is_error_code_enum<::mongocxx::v_noabi::server_error_code > |
Indicates mongocxx::v_noabi::server_error_code is eligible for std::error_code implicit conversions. More... | |
Namespaces | |
| namespace | mongocxx |
| The top-level namespace within which all mongocxx library entities are declared. | |
| namespace | mongocxx::v_noabi |
| Declares entities whose ABI stability is NOT guaranteed. | |
| namespace | std |
| The top-level namespace reserved for the C++ standard library. | |
Enumerations | |
| enum class | mongocxx::v_noabi::server_error_code : std::int32_t |
| Enum representing the various errors types that can be returned from the server. As this list changes over time, this is just a placeholder for an Int32 error code value from the server. More... | |
Functions | |
| std::error_code | mongocxx::make_error_code (v_noabi::server_error_code error) |
| mongocxx::v_noabi::make_error_code(v_noabi::server_error_code error) | |
| std::error_code | mongocxx::v_noabi::make_error_code (server_error_code error) |
| Translate a mongocxx::v_noabi::server_error_code into a std::error_code. | |
| const std::error_category & | mongocxx::server_error_category () |
| mongocxx::v_noabi::server_error_category() | |
| const std::error_category & | mongocxx::v_noabi::server_error_category () |
| Get the error_category for mongocxx library exceptions. | |