|
| void | error (const nlohmann::json::json_pointer &ptr, const json &instance, const std::string &message) override |
| void | error (const nlohmann::json::json_pointer &ptr, const json &instance, const std::string &message) override |
Definition at line 52 of file errors.cpp.
◆ error() [1/2]
| void anonymous_namespace{errors.cpp}::store_ptr_err_handler::error |
( |
const nlohmann::json::json_pointer & | ptr, |
|
|
const json & | instance, |
|
|
const std::string & | message ) |
|
inlineoverrideprivate |
◆ error() [2/2]
| void anonymous_namespace{errors.cpp}::store_ptr_err_handler::error |
( |
const nlohmann::json::json_pointer & | ptr, |
|
|
const json & | instance, |
|
|
const std::string & | message ) |
|
inlineoverrideprivate |
Definition at line 54 of file errors.cpp.
55 {
57 std::cerr <<
"ERROR: '" << ptr <<
"' - '" <<
instance <<
"': " << message <<
"\n";
59 }
◆ reset() [1/2]
| void anonymous_namespace{errors.cpp}::store_ptr_err_handler::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ reset() [2/2]
| void anonymous_namespace{errors.cpp}::store_ptr_err_handler::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ failed_pointers
| std::vector< nlohmann::json::json_pointer > store_ptr_err_handler::failed_pointers |
The documentation for this class was generated from the following file: