#include <ErrorHandler.h>
|
static std::array< Error, ERRORHANDLER_MAXERRORS > | errors |
|
Definition at line 81 of file ErrorHandler.h.
◆ ErrorHandler()
ErrorHandler::ErrorHandler |
( |
| ) |
|
◆ ~ErrorHandler()
ErrorHandler::~ErrorHandler |
( |
| ) |
|
|
virtual |
◆ addError()
void ErrorHandler::addError |
( |
const Error & |
error | ) |
|
|
static |
◆ clearAll()
void ErrorHandler::clearAll |
( |
| ) |
|
|
static |
◆ clearError() [1/2]
void ErrorHandler::clearError |
( |
const Error & |
error | ) |
|
|
static |
◆ clearError() [2/2]
void ErrorHandler::clearError |
( |
ErrorCode |
errorcode | ) |
|
|
static |
◆ clearTemp()
void ErrorHandler::clearTemp |
( |
| ) |
|
|
static |
◆ errorCallback()
void ErrorHandler::errorCallback |
( |
const Error & |
error, |
|
|
bool |
cleared |
|
) |
| |
|
virtual |
◆ getErrors()
std::span< Error > ErrorHandler::getErrors |
( |
| ) |
|
|
static |
◆ sortErrors()
void ErrorHandler::sortErrors |
( |
| ) |
|
|
staticprotected |
◆ errorHandlers
◆ errors
std::array< Error, ERRORHANDLER_MAXERRORS > ErrorHandler::errors |
|
staticprotected |
The documentation for this class was generated from the following files: