MongoDB C++ Driver
mongocxx-3.0.2
|
#include <write_exception.hpp>
Additional Inherited Members | |
Public Member Functions inherited from mongocxx::operation_exception | |
operation_exception (std::error_code ec, bsoncxx::document::value &&raw_server_error, std::string what_arg="") | |
Constructs a new operation exception. More... | |
const stdx::optional< bsoncxx::document::value > & | raw_server_error () const |
The optional raw bson error document from the server. More... | |
stdx::optional< bsoncxx::document::value > & | raw_server_error () |
The optional raw bson error document from the server. More... | |