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 MONGOCXX_INLINE_NAMESPACE_BEGIN
35 using exception::exception;
49 std::string what_arg =
"");
58 const stdx::optional<bsoncxx::document::value>& raw_server_error()
const;
59 stdx::optional<bsoncxx::document::value>& raw_server_error();
72 bool has_error_label(stdx::string_view label)
const;
75 stdx::optional<bsoncxx::document::value> _raw_server_error;
78 MONGOCXX_INLINE_NAMESPACE_END
81 #include <mongocxx/config/postlude.hpp>