ae ~sd (2021-12-20T16:35:43.7627576)
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