|
MongoDB C++ Driver
mongocxx-3.4.0
|
Class representing an exception during authentication. More...
#include <authentication_exception.hpp>
Inheritance diagram for mongocxx::authentication_exception: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... | |
| bool | has_error_label (stdx::string_view label) const |
| Checks for the specified label in a 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... | |
Class representing an exception during authentication.
1.8.13