| 
    KiCad PCB EDA Suite
    
   | 
 
 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 35 of file api_plugin.cpp.
      
  | 
  inline | 
Definition at line 38 of file api_plugin.cpp.
References m_hasError.
      
  | 
  inlineoverride | 
Definition at line 42 of file api_plugin.cpp.
References m_hasError, and traceApi.
      
  | 
  inline | 
Definition at line 40 of file api_plugin.cpp.
References m_hasError.
Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().
      
  | 
  private | 
Definition at line 52 of file api_plugin.cpp.
Referenced by error(), HasError(), and LOGGING_ERROR_HANDLER().