|
| void | error (const nlohmann::json::json_pointer &ptr, const json &, const std::string &message) override |
| void | error (const nlohmann::json::json_pointer &ptr, const json &, const std::string &message) override |
Definition at line 73 of file binary-validation.cpp.
◆ error() [1/2]
| void store_ptr_err_handler::error |
( |
const nlohmann::json::json_pointer & | ptr, |
|
|
const json & | , |
|
|
const std::string & | message ) |
|
inlineoverrideprivate |
◆ error() [2/2]
| void store_ptr_err_handler::error |
( |
const nlohmann::json::json_pointer & | ptr, |
|
|
const json & | , |
|
|
const std::string & | message ) |
|
inlineoverrideprivate |
Definition at line 75 of file binary-validation.cpp.
76 {
78 std::cerr << "ERROR: '" << ptr << "' - '"
79 << ""
80 << "': " << message << "\n";
82 }
◆ reset() [1/2]
| void store_ptr_err_handler::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ reset() [2/2]
| void 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: