userver: userver/formats/bson/exception.hpp File Reference
Loading...
Searching...
No Matches
exception.hpp File Reference

Detailed Description

BSON-specific exceptions.

Definition in file exception.hpp.

Go to the source code of this file.

#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:

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.