17 #include <mongocxx/exception/operation_exception-fwd.hpp>
19 #include <bsoncxx/document/value.hpp>
20 #include <bsoncxx/stdx/optional.hpp>
21 #include <mongocxx/exception/exception.hpp>
22 #include <mongocxx/stdx.hpp>
24 #include <mongocxx/config/prelude.hpp>
37 using exception::exception;
51 std::string what_arg =
"");
77 stdx::optional<bsoncxx::v_noabi::document::value> _raw_server_error;
83 #include <mongocxx/config/postlude.hpp>
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:38
A class to be used as the base class for all mongocxx exceptions.
Definition: exception.hpp:30
Class representing an exception received from a MongoDB server.
Definition: operation_exception.hpp:35
const stdx::optional< bsoncxx::v_noabi::document::value > & raw_server_error() const
The optional raw bson error document from the server.
operation_exception(std::error_code ec, bsoncxx::v_noabi::document::value &&raw_server_error, std::string what_arg="")
Constructs a new operation exception.
stdx::optional< bsoncxx::v_noabi::document::value > & raw_server_error()
The optional raw bson error document from the server.
bool has_error_label(stdx::string_view label) const
Checks for the specified label in a operation exception.
The top-level namespace for mongocxx library entities.
Definition: bulk_write-fwd.hpp:19