ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
XmlRpcException
ae
utils
xmlrpc
Undocumented in source.
class
XmlRpcException : Exception {
int
faultCode
;
string
faultString
;
this
(int faultCode, string faultString);
}
Constructors
this
this
(int faultCode, string faultString)
Undocumented in source.
Members
Variables
faultCode
int
faultCode
;
Undocumented in source.
faultString
string
faultString
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
xmlrpc
classes
XmlRpcException
functions
formatXmlRpcCall
parseXmlRpcResponse
parseXmlValue
valueToXml