Yaaf.Xmpp.Runtime


StreamError

Defined in Yaaf.Xmpp.Runtime.dll.

Functions and values

Function or valueDescription
create failure
Signature: failure:XmlStreamError -> StreamErrorException
createf failure fmt
Signature: failure:XmlStreamError -> fmt:StringFormat<'?7355,StreamErrorException> -> '?7355
Type parameters: '?7355
createinner failure inner
Signature: failure:XmlStreamError -> inner:exn -> StreamErrorException
createinnermsg failure inner msg
Signature: failure:XmlStreamError -> inner:exn -> msg:string -> StreamErrorException
createinternal msg
Signature: msg:string -> StreamErrorException
createinternalf fmt
Signature: fmt:StringFormat<'?7358,StreamErrorException> -> '?7358
Type parameters: '?7358
createmsg failure msg
Signature: failure:XmlStreamError -> msg:string -> StreamErrorException
createundefined msg
Signature: msg:string -> StreamErrorException
createundefinedf fmt
Signature: fmt:StringFormat<'?7361,StreamErrorException> -> '?7361
Type parameters: '?7361
fail failure
Signature: failure:XmlStreamError -> '?7363
Type parameters: '?7363
failf failure fmt
Signature: failure:XmlStreamError -> fmt:StringFormat<'?7371,'?7372> -> '?7371
Type parameters: '?7371, '?7372
failinner failure inner
Signature: failure:XmlStreamError -> inner:exn -> '?7365
Type parameters: '?7365
failinnermsg failure inner msg
Signature: failure:XmlStreamError -> inner:exn -> msg:string -> '?7369
Type parameters: '?7369
failinternal msg
Signature: msg:string -> '?7374
Type parameters: '?7374
failinternalf fmt
Signature: fmt:StringFormat<'?7376,'?7377> -> '?7376
Type parameters: '?7376, '?7377
failmsg failure msg
Signature: failure:XmlStreamError -> msg:string -> '?7367
Type parameters: '?7367
failundefined msg
Signature: msg:string -> '?7379
Type parameters: '?7379
failundefinedf fmt
Signature: fmt:StringFormat<'?7381,'?7382> -> '?7381
Type parameters: '?7381, '?7382
parseStreamError elem
Signature: elem:XElement -> StreamErrorException
writeStreamError exn
Signature: exn:StreamErrorException -> XElement
xmppStreamsNS
Signature: string
Fork me on GitHub