MongoDB C++ Driver
mongocxx-3.10.2
|
Class representing an exception during a write operation. More...
#include <write_exception.hpp>
Public Member Functions | |
operation_exception (std::error_code ec, bsoncxx::v_noabi::document::value &&raw_server_error, std::string what_arg="") | |
Constructs a new operation exception. More... | |
Public Member Functions inherited from mongocxx::v_noabi::operation_exception | |
operation_exception (std::error_code ec, bsoncxx::v_noabi::document::value &&raw_server_error, std::string what_arg="") | |
Constructs a new operation exception. More... | |
bool | has_error_label (stdx::string_view label) const |
Checks for the specified label in a operation exception. More... | |
const stdx::optional< bsoncxx::v_noabi::document::value > & | raw_server_error () const |
The optional raw bson error document from the server. More... | |
stdx::optional< bsoncxx::v_noabi::document::value > & | raw_server_error () |
The optional raw bson error document from the server. More... | |
Class representing an exception during a write operation.
mongocxx::v_noabi::operation_exception::operation_exception |
Constructs a new operation exception.
ec | The error code associated with this exception. |
raw_server_error | The optional raw bson error document to be associated with this exception. |
what_arg | An optional message to be returned by what . |