...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Error conditions corresponding to JSON errors.
Defined in header <boost/json/error.hpp>
enum class condition;
Name |
Description |
---|---|
|
A parser-related error. |
|
An error related to parsing JSON pointer string. |
|
An error related to applying JSON pointer string to a value. |
|
A conversion error. |
|
A generic error. |
Convenience header <boost/json.hpp>