Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(691cb864-0a7e-448c-98ee-4a7f359cf145)]
interface nsIXmlRpcFault : nsISupports

Attributes

 An XML-RPC exception.
 XML-RPC server fault codes are returned wrapped in this Access via
 nsIXPConnect::GetPendingException()->data
readonly attribute PRInt32 faultCode

        
readonly attribute string faultString

Methods


        
void init(in PRInt32 faultCode, in string faultString)

        
string toString()