Yate
Public Types | Public Member Functions
XMPPError Class Reference

XMPP errors. More...

#include <xmpputils.h>

Inheritance diagram for XMPPError:
StringArray

List of all members.

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 ()

Detailed Description

XMPP errors.

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


Member Enumeration Documentation

enum ErrorType

Error type enumeration

enum Type

Error condition enumeration


Constructor & Destructor Documentation

XMPPError ( ) [inline]

Constructor


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