5 #ifndef QXMPPAUTHENTICATIONERROR_H 6 #define QXMPPAUTHENTICATIONERROR_H 8 #include "QXmppGlobal.h" 48 #endif // QXMPPAUTHENTICATIONERROR_H
The server did not allow authentication because the account is currently disabled.
Definition: QXmppAuthenticationError.h:25
std::any details
Protocol-specific details provided to the error.
Definition: QXmppAuthenticationError.h:43
Definition: QXmppAuthenticationError.h:19
Used credentials are not valid anymore.
Definition: QXmppAuthenticationError.h:27
Definition: QXmppAuthenticationError.h:32
QString text
Error message from the server.
Definition: QXmppAuthenticationError.h:41
The provided credentials have been rejected by the server.
Definition: QXmppAuthenticationError.h:23
The server requested for tasks that are not supported.
Definition: QXmppAuthenticationError.h:36
Type
Describes the type of the authentication error.
Definition: QXmppAuthenticationError.h:21
Local error while processing authentication challenges.
Definition: QXmppAuthenticationError.h:34
Authentication is only allowed with an encrypted connection.
Definition: QXmppAuthenticationError.h:29
Type type
Type of the authentication error.
Definition: QXmppAuthenticationError.h:39