Defines possible values for the type 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 ErrorType |
Members
Member name | Value | Description | |
---|---|---|---|
Cancel | 0 | Do not retry (the error is unrecoverable). | |
Continue | 1 | Proceed (the condition was only a warning). | |
Modify | 2 | Retry after changing the data sent. | |
Auth | 3 | Retry after providing credentials. | |
Wait | 4 | Retry after waiting (the error is temporary). |