KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LOGGING_ERROR_HANDLER Class Reference
Inheritance diagram for LOGGING_ERROR_HANDLER:

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
 

Detailed Description

Definition at line 35 of file api_plugin.cpp.

Constructor & Destructor Documentation

◆ LOGGING_ERROR_HANDLER()

LOGGING_ERROR_HANDLER::LOGGING_ERROR_HANDLER ( )
inline

Definition at line 38 of file api_plugin.cpp.

Member Function Documentation

◆ error()

void LOGGING_ERROR_HANDLER::error ( const nlohmann::json::json_pointer &  ptr,
const nlohmann::json &  instance,
const std::string &  message 
)
inlineoverride

Definition at line 42 of file api_plugin.cpp.

References m_hasError, and traceApi.

◆ HasError()

bool LOGGING_ERROR_HANDLER::HasError ( ) const
inline

Definition at line 40 of file api_plugin.cpp.

References m_hasError.

Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().

Member Data Documentation

◆ m_hasError

bool LOGGING_ERROR_HANDLER::m_hasError
private

Definition at line 52 of file api_plugin.cpp.

Referenced by error(), and HasError().


The documentation for this class was generated from the following file: