Defines possible values for the condition of XMPP errors.

Namespace: S22.Xmpp
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ErrorCondition

Members

Member nameValueDescription
BadRequest0 The sender has sent XML that is malformed or that cannot be processed.
Conflict1 Access cannot be granted because an existing resource or session exists with the same name or address.
FeatureNotImplemented2 The feature requested is not implemented by the recipient or server and therefore cannot be processed.
Forbidden3 The requesting entity does not possess the required permissions to perform the action.
Gone4 The recipient or server can no longer be contacted at this address.
InternalServerError5 The server could not process the stanza because of a misconfiguration or an otherwise-undefined internal server error.
ItemNotFound6 The addressed JID or item requested cannot be found.
JidMalformed7 The sending entity has provided or communicated an XMPP address or aspect thereof that does not adhere to the XMPP syntax.
NotAcceptable8 The recipient or server understands the request but is refusing to process it.
NotAllowed9 The recipient or server does not allow any entity to perform the action.
NotAuthorized10 The sender must provide proper credentials before being allowed to perform the action, or has provided improper credentials.
PaymentRequired11 The requesting entity is not authorized to access the requested service because payment is required.
RecipientUnavailable12 The intended recipient is temporarily unavailable.
Redirect13 The recipient or server is redirecting requests for this information to another entity, usually temporarily.
RegistrationRequired14 The requesting entity is not authorized to access the requested service because registration is required.
RemoteServerNotFound15 A remote server or service specified as part or all of the JID of the intended recipient does not exist.
RemoteServerTimeout16 A remote server or service specified as part or all of the JID of the intended recipient could not be contacted within a reasonable amount of time.
ResourceConstraint17 The server or recipient lacks the system resources necessary to service the request.
ServiceUnavailable18 The server or recipient does not currently provide the requested service.
SubscriptionRequired19 The requesting entity is not authorized to access the requested service because a subscription is required.
UndefinedCondition20 The error condition is not one of those defined by the other conditions in this enumeration.
UnexpectedRequest21 The recipient or server understood the request but was not expecting it at this time (e.g., the request was out of order).

See Also