MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
error_code.hpp File Reference

Description

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< bsoncxx::v_noabi::error_code >
 Indicates bsoncxx::v_noabi::error_code is eligible for std::error_code implicit conversions. More...
 

Namespaces

namespace  bsoncxx
 The top-level namespace within which all bsoncxx library entities are declared.
 
namespace  bsoncxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
 
namespace  std
 The top-level namespace reserved for the C++ standard library.
 

Enumerations

enum class  bsoncxx::v_noabi::error_code : std::int32_t
 Enum representing the various error types that can occur while operating on BSON values. More...
 

Functions

const std::error_category & bsoncxx::error_category ()
 bsoncxx::v_noabi::error_category()
 
const std::error_category & bsoncxx::v_noabi::error_category ()
 Get the error_category for exceptions originating from the bsoncxx library.
 
std::error_code bsoncxx::make_error_code (v_noabi::error_code error)
 bsoncxx::v_noabi::make_error_code(v_noabi::error_code error)
 
std::error_code bsoncxx::v_noabi::make_error_code (error_code error)
 Translate a bsoncxx::v_noabi::error_code into a std::error_code.