Yaaf.Xmpp.Runtime


StanzaErrorType

Defined in Yaaf.Xmpp.Runtime.dll.
The "error-type" MUST be one of the following:

Union Cases

Union CaseDescription
Auth
Signature:
retry after providing credentials
Cancel
Signature:
do not retry (the error cannot be remedied)
Continue
Signature:
proceed (the condition was only a warning)
Modify
Signature:
retry after changing the data sent
Wait
Signature:
retry after waiting (the error is temporary)

Instance members

Instance memberDescription
XmlString
Signature: string

Static members

Static memberDescription
Parse(s)
Signature: s:string -> StanzaErrorType
Fork me on GitHub