Defines possible values for the condition of XMPP errors.
            
Namespace: S22.XmppAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public enum ErrorCondition  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| BadRequest | 0 | The sender has sent XML that is malformed or that cannot be processed. | |
| Conflict | 1 | Access cannot be granted because an existing resource or session exists with the same name or address. | |
| FeatureNotImplemented | 2 | The feature requested is not implemented by the recipient or server and therefore cannot be processed. | |
| Forbidden | 3 | The requesting entity does not possess the required permissions to perform the action. | |
| Gone | 4 | The recipient or server can no longer be contacted at this address. | |
| InternalServerError | 5 | The server could not process the stanza because of a misconfiguration or an otherwise-undefined internal server error. | |
| ItemNotFound | 6 | The addressed JID or item requested cannot be found. | |
| JidMalformed | 7 | The sending entity has provided or communicated an XMPP address or aspect thereof that does not adhere to the XMPP syntax. | |
| NotAcceptable | 8 | The recipient or server understands the request but is refusing to process it. | |
| NotAllowed | 9 | The recipient or server does not allow any entity to perform the action. | |
| NotAuthorized | 10 | The sender must provide proper credentials before being allowed to perform the action, or has provided improper credentials. | |
| PaymentRequired | 11 | The requesting entity is not authorized to access the requested service because payment is required. | |
| RecipientUnavailable | 12 | The intended recipient is temporarily unavailable. | |
| Redirect | 13 | The recipient or server is redirecting requests for this information to another entity, usually temporarily. | |
| RegistrationRequired | 14 | The requesting entity is not authorized to access the requested service because registration is required. | |
| RemoteServerNotFound | 15 | A remote server or service specified as part or all of the JID of the intended recipient does not exist. | |
| RemoteServerTimeout | 16 | 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. | |
| ResourceConstraint | 17 | The server or recipient lacks the system resources necessary to service the request. | |
| ServiceUnavailable | 18 | The server or recipient does not currently provide the requested service. | |
| SubscriptionRequired | 19 | The requesting entity is not authorized to access the requested service because a subscription is required. | |
| UndefinedCondition | 20 | The error condition is not one of those defined by the other conditions in this enumeration. | |
| UnexpectedRequest | 21 | The recipient or server understood the request but was not expecting it at this time (e.g., the request was out of order). |