#include <mongocxx/v1/client_bulk_write.hpp>
A client bulk write error.
Public Member Functions | |
| bsoncxx::v1::document::view | error_reply () const |
| The server reply associated with the error, if any. | |
| bsoncxx::v1::stdx::optional< result > | partial_result () const |
| The partial result obtained before the error occurred, if any. | |
| bsoncxx::v1::array::view | write_concern_errors () const |
| An array of write concern errors. | |
| bsoncxx::v1::document::view | write_errors () const |
| A document mapping model index to the corresponding write error. | |
| Public Member Functions inherited from mongocxx::v1::exception | |
| bool | has_error_label (bsoncxx::v1::stdx::string_view label) const |
| Return true if this exception contains the specified error label. | |
| bsoncxx::v1::document::view mongocxx::v1::client_bulk_write::exception::error_reply | ( | ) | const |
The server reply associated with the error, if any.
| bsoncxx::v1::stdx::optional< result > mongocxx::v1::client_bulk_write::exception::partial_result | ( | ) | const |
The partial result obtained before the error occurred, if any.
| bsoncxx::v1::array::view mongocxx::v1::client_bulk_write::exception::write_concern_errors | ( | ) | const |
An array of write concern errors.
| bsoncxx::v1::document::view mongocxx::v1::client_bulk_write::exception::write_errors | ( | ) | const |
A document mapping model index to the corresponding write error.