1#ifndef QX_GENERICERROR_H
2#define QX_GENERICERROR_H
5#include "qx/core/qx_core_export.h"
32 quint32 deriveValue()
const override;
33 Severity deriveSeverity()
const override;
34 QString deriveCaption()
const override;
35 QString derivePrimary()
const override;
36 QString deriveSecondary()
const override;
37 QString deriveDetails()
const override;
41 quint32 value()
const;
The AbstractError template class completes the Error interface and acts as the base class from which ...
Definition qx-abstracterror.h:86
The GenericError class is multi-purpose container for storing error information.
Definition qx-genericerror.h:14
bool operator!=(const GenericError &other) const =default
bool operator==(const GenericError &other) const =default
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Severity
Definition qx-global.h:11
The qx-abstracterror.h header file provides access to the base class from which custom error types sh...