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 an old version of Boost. Click here to view this page for the latest version.
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.

assign_error

An error on assignment to or from a JSON value.

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.

Convenience header <boost/json.hpp>


PrevUpHomeNext