ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
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.