MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
mongocxx::v_noabi::write_exception Class Reference

#include <mongocxx/v_noabi/mongocxx/exception/write_exception.hpp>

Description

Class representing an exception during a write operation.

See also

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

Member Function Documentation

◆ operation_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.

Parameters
ecThe error code associated with this exception.
raw_server_errorThe optional raw bson error document to be associated with this exception.
what_argAn optional message to be returned by what.

The documentation for this class was generated from the following file: