|
QXmpp Version: 1.11.0
|
#include <QXmppAuthenticationError.h>
Public Types | |
| enum | Type { NotAuthorized , AccountDisabled , CredentialsExpired , EncryptionRequired , MechanismMismatch , ProcessingError , RequiredTasks } |
| Describes the type of the authentication error. More... | |
Public Attributes | |
| Type | type |
| Type of the authentication error. | |
| QString | text |
| Error message from the server. | |
| std::any | details |
| Protocol-specific details provided to the error. | |
Indicates an authentication error
Describes the type of the authentication error.