ae ~next (2021-10-23T04:25:29.3345725)
Dub
Repo
XmlRpcException
ae
utils
xmlrpc
Exception class used for XML-RPC response errors.
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
;
faultString
string
faultString
;
Meta
Source
See Implementation
ae
utils
xmlrpc
classes
XmlRpcException
functions
formatXmlRpcCall
parseXmlRpcResponse
parseXmlValue
valueToXml
Exception class used for XML-RPC response errors.