Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 064f557086.
PrevUpHomeNext

condition

Error conditions corresponding to JSON errors.

Synopsis

Defined in header <boost/json/error.hpp>

enum condition
Values

Name

Description

parse_error

A parser-related error.

pointer_parse_error

An error related to parsing JSON pointer string.

pointer_use_error

An error related to applying JSON pointer string to a value.

conversion_error

A conversion error.

generic_error

A generic error.

Convenience header <boost/json.hpp>


PrevUpHomeNext