17 #include <bsoncxx/document/value.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <mongocxx/exception/exception.hpp>
20 #include <mongocxx/stdx.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 inline namespace v_noabi {
34 using exception::exception;
47 bsoncxx::document::value&& raw_server_error,
48 std::string what_arg =
"");
74 stdx::optional<bsoncxx::document::value> _raw_server_error;
80 #include <mongocxx/config/postlude.hpp>
A class to be used as the base class for all mongocxx exceptions.
Definition: exception.hpp:27
Class representing an exception received from a MongoDB server.
Definition: operation_exception.hpp:32
operation_exception(std::error_code ec, bsoncxx::document::value &&raw_server_error, std::string what_arg="")
Constructs a new operation exception.
const stdx::optional< bsoncxx::document::value > & raw_server_error() const
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.
stdx::optional< bsoncxx::document::value > & raw_server_error()
The optional raw bson error document from the server.
The top-level namespace for mongocxx library entities.
Definition: bulk_write.hpp:24