Yate
XMPPError Class Reference

XMPP errors. More...

#include <xmpputils.h>

Inheritance diagram for XMPPError:
StringArray

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 Stringat (unsigned int index) const
 
const Stringoperator[] (unsigned int index) const
 
int operator[] (const String &token)
 

Additional Inherited Members

- Protected Attributes inherited from StringArray
Stringm_array
 
unsigned int m_length
 

Detailed Description

XMPP errors.

This class holds the XMPP error type, error enumerations and associated strings

Member Enumeration Documentation

◆ ErrorType

enum ErrorType

Error type enumeration

◆ Type

enum Type

Error condition enumeration

Constructor & Destructor Documentation

◆ XMPPError()

XMPPError ( )
inline

Constructor

References StringArray::StringArray().


The documentation for this class was generated from the following file: