|
KiCad PCB EDA Suite
|
#include <api_plugin.h>
Public Member Functions | |
| LOGGING_ERROR_HANDLER () | |
| bool | HasError () const |
| void | error (const nlohmann::json::json_pointer &ptr, const nlohmann::json &instance, const std::string &message) override |
Private Attributes | |
| bool | m_hasError |
Definition at line 138 of file api_plugin.h.
| LOGGING_ERROR_HANDLER::LOGGING_ERROR_HANDLER | ( | ) |
Definition at line 35 of file api_plugin.cpp.
References m_hasError.
|
override |
Definition at line 41 of file api_plugin.cpp.
References m_hasError, and traceApi.
|
inline |
Definition at line 143 of file api_plugin.h.
References m_hasError.
Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().
|
private |
Definition at line 149 of file api_plugin.h.
Referenced by error(), HasError(), and LOGGING_ERROR_HANDLER().