userver: userver/formats/bson/exception.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
exception.hpp File Reference

BSON-specific exceptions. More...

#include <bson/bson.h>
#include <userver/utils/traceful_exception.hpp>
+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  formats::bson::BsonException
 Generic BSON-related exception. More...
 
class  formats::bson::ParseException
 BSON parsing error. More...
 
class  formats::bson::TypeMismatchException
 BSON types mismatch error. More...
 
class  formats::bson::OutOfBoundsException
 BSON array indexing error. More...
 
class  formats::bson::MemberMissingException
 BSON nonexisting member access error. More...
 
class  formats::bson::ConversionException
 Conversion error. More...
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::bson
 BSON support.
 

Detailed Description

BSON-specific exceptions.

Definition in file exception.hpp.