An error encountered when parsing.
More...
#include <jsonv/parse.hpp>
An error encountered when parsing.
- See also
- parse
Definition at line 35 of file parse.hpp.
◆ parse_error()
| jsonv::parse_error::parse_error |
( |
const char * |
message, |
|
|
std::optional< std::size_t > |
character |
|
) |
| |
|
explicitnoexcept |
Create an error with the given message and optional character location.
◆ character()
| const std::optional< std::size_t > & jsonv::parse_error::character |
( |
| ) |
const |
|
inline |
Get the character location of the encountered error.
Definition at line 48 of file parse.hpp.
The documentation for this class was generated from the following file: