condition
Error conditions corresponding to JSON errors.
Synopsis
Defined in header <boost/json/error.hpp>.
enum class condition;
Values
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>.