Mapping error. More...
#include <mappingError.hpp>
Public Member Functions | |
| MappingError (ErrorCode code, const anch::json::ReaderContext &context) | |
| virtual | ~MappingError () |
| virtual const char * | what () const noexcept override |
| anch::json::ErrorCode | getErrorCode () const |
Mapping error.
Error which can be raised while parsing JSON input stream
| anch::json::MappingError::MappingError | ( | ErrorCode | code, |
| const anch::json::ReaderContext & | context ) |
MappingError constructor
| code | the error code |
| context | the JSON context parser |
|
virtual |
MappingError destructor
Error code getter
|
overridevirtualnoexcept |
Error message getter