|
KiCad PCB EDA Suite
|
#include <api_plugin.h>
Public Member Functions | |
| LOGGING_ERROR_HANDLER () | |
| bool | HasError () const |
| const wxString & | ErrorMessage () const |
| void | error (const nlohmann::json::json_pointer &ptr, const nlohmann::json &instance, const std::string &message) override |
Private Attributes | |
| bool | m_hasError |
| wxString | m_errorMessage |
Definition at line 141 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 _, location, m_errorMessage, m_hasError, and traceApi.
|
inline |
Definition at line 148 of file api_plugin.h.
References m_errorMessage.
Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().
|
inline |
Definition at line 146 of file api_plugin.h.
References m_hasError.
Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().
|
private |
Definition at line 155 of file api_plugin.h.
Referenced by error(), and ErrorMessage().
|
private |
Definition at line 154 of file api_plugin.h.
Referenced by error(), HasError(), and LOGGING_ERROR_HANDLER().