|
Yate
|
XMPP errors. More...
#include <xmpputils.h>
Public Types | |
| enum | Type { NoError = 0 , BadFormat , BadNamespace , Conflict , ConnTimeout , HostGone , HostUnknown , BadAddressing , Internal , InvalidFrom , InvalidId , InvalidNamespace , InvalidXml , NotAuth , Policy , RemoteConn , ResConstraint , RestrictedXml , SeeOther , Shutdown , UndefinedCondition , UnsupportedEnc , UnsupportedStanza , UnsupportedVersion , Xml , Aborted , AccountDisabled , CredentialsExpired , EncryptionRequired , IncorrectEnc , InvalidAuth , InvalidMechanism , MalformedRequest , MechanismTooWeak , NotAuthorized , TempAuthFailure , TransitionNeeded , ResourceConstraint , NotAllowed , BadRequest , FeatureNotImpl , Forbidden , Gone , ItemNotFound , BadJid , NotAcceptable , Payment , Unavailable , Redirect , Reg , NoRemote , RemoteTimeout , ServiceUnavailable , Subscription , Request , SocketError , UnsupportedMethod , SetupFailed , TypeCount } |
| enum | ErrorType { TypeCancel = TypeCount , TypeContinue , TypeModify , TypeAuth , TypeWait , Count } |
Public Member Functions | |
| XMPPError () | |
Public Member Functions inherited from StringArray | |
| StringArray (const String *array, unsigned int len) | |
| const String & | at (unsigned int index) const |
| const String & | operator[] (unsigned int index) const |
| int | operator[] (const String &token) |
Additional Inherited Members | |
Protected Attributes inherited from StringArray | |
| String * | m_array |
| unsigned int | m_length |
XMPP errors.
This class holds the XMPP error type, error enumerations and associated strings
| enum ErrorType |
Error type enumeration
| enum Type |
Error condition enumeration
|
inline |
Constructor
References StringArray::StringArray().