Public Member Functions | |
| void | error (const json::json_pointer &ptr, const json &instance, const std::string &message) override |
| operator bool () const | |
| void | error (const json::json_pointer &ptr, const json &instance, const std::string &message) override |
| operator bool () const | |
| Public Member Functions inherited from nlohmann::json_schema::error_handler | |
| virtual | ~error_handler () |
Public Attributes | |
| bool | error_ {false} |
| json::json_pointer | ptr_ |
| json | instance_ |
| std::string | message_ |
Definition at line 374 of file json-validator.cpp.
|
inlineoverridevirtual |
Implements nlohmann::json_schema::error_handler.
Definition at line 382 of file json-validator.cpp.
|
inlineoverridevirtual |
Implements nlohmann::json_schema::error_handler.
Definition at line 382 of file json-validator.cpp.
|
inline |
|
inline |
Definition at line 392 of file json-validator.cpp.
| bool anonymous_namespace{json-validator.cpp}::first_error_handler::error_ {false} |
Definition at line 377 of file json-validator.cpp.
Referenced by error(), and operator bool().
Definition at line 379 of file json-validator.cpp.
Referenced by error().
| std::string anonymous_namespace{json-validator.cpp}::first_error_handler::message_ |
Definition at line 380 of file json-validator.cpp.
Referenced by error(), and anonymous_namespace{json-validator.cpp}::object::validate().
| json::json_pointer anonymous_namespace{json-validator.cpp}::first_error_handler::ptr_ |
Definition at line 378 of file json-validator.cpp.
Referenced by error().