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.

Description

Convenience header <boost/json.hpp>


PrevUpHomeNext