MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/exception/write_exception.hpp>
Class representing an exception during a write operation.
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. | |
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. | |
bool | has_error_label (stdx::string_view label) const |
Checks for the specified label in a operation exception. | |
const stdx::optional< bsoncxx::v_noabi::document::value > & | raw_server_error () const |
The optional raw bson error document from the server. | |
stdx::optional< bsoncxx::v_noabi::document::value > & | raw_server_error () |
The optional raw bson error document from the server. | |
Public Member Functions inherited from mongocxx::v_noabi::exception |
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.
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 . |