swift
|
FSD Message Server Error. More...
Public Member Functions | |
ServerError (const QString &sender, const QString &receiver, ServerErrorCode errorCode, const QString &causingParameter, const QString &description) | |
Constructor. | |
bool | isFatalError () const |
Fatal? | |
QStringList | toTokens () const |
Message converted to tokens. | |
const QString & | getCausingParameter () const |
Getter. | |
const QString & | getDescription () const |
Getter. | |
Static Public Member Functions | |
static ServerError | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
ServerErrorCode | m_errorNumber {} |
Properties. | |
QString | m_causingParameter |
Properties. | |
QString | m_description |
Properties. | |
Additional Inherited Members |
FSD Message Server Error.
Definition at line 15 of file servererror.h.