Class ErrorHandler

Class Documentation

class ErrorHandler

This handler is needed for unit testing, special debugging cases and other corner cases where we’d like to explicitly suppress the error handling.

Public Static Functions

static cxx::GenericRAII setTemporaryErrorHandler(const HandlerFunction &newHandler) noexcept
static const char *toString(const Error error) noexcept

Protected Static Functions

static void reactOnErrorLevel(const ErrorLevel level, const char *errorText) noexcept