|
Qx v0.7
Qt Extensions Library
|
Allows QJsonParseError to be used via the Qx::Error interface. More...
Public Member Functions | |
| QJsonParseErrorAdapter (const QJsonParseError &e) | |
| QJsonParseErrorAdapter (const QJsonParseErrorAdapter &)=delete | |
| QJsonParseErrorAdapter (QJsonParseErrorAdapter &&)=delete | |
Public Member Functions inherited from Qx::AbstractError<"QJsonParseError", 500 > | |
| operator bool () const | |
| bool | operator!= (const AbstractError &other) const=default |
| bool | operator== (const AbstractError &other) const=default |
Additional Inherited Members | |
Static Public Attributes inherited from Qx::AbstractError<"QJsonParseError", 500 > | |
| static constexpr quint16 | TYPE_CODE |
| static constexpr QLatin1StringView | TYPE_NAME |
Protected Member Functions inherited from Qx::IError | |
| IError ()=default | |
| virtual QString | deriveCaption () const |
| virtual QString | deriveDetails () const |
| virtual Severity | deriveSeverity () const |
| bool | operator!= (const IError &other) const =default |
| bool | operator== (const IError &other) const =default |
All errors are assigned the severity of Severity::Err.
| Qx::QJsonParseErrorAdapter::QJsonParseErrorAdapter | ( | const QJsonParseError & | e | ) |
Constructs an Error adapter for the type QJsonParseError by observing the reference e.