Defines possible values for the type 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 ErrorType

Members

Member nameValueDescription
Cancel0 Do not retry (the error is unrecoverable).
Continue1 Proceed (the condition was only a warning).
Modify2 Retry after changing the data sent.
Auth3 Retry after providing credentials.
Wait4 Retry after waiting (the error is temporary).

See Also