Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIXmlRpcFault

Obsolete since Gecko 1.9 (Firefox 3)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

An XML-RPC exception. XML-RPC server fault codes are returned wrapped in this; access it using nsIXPConnect.GetPendingException->data.
Inherits from: nsISupports Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)

Method overview

void init(in PRInt32 faultCode, in string faultSring);
string toString();

Attributes

Attribute Type Description
faultCode PRInt32 Read only.
faultString string Read only.

Methods

init()

void getData( 
  in PRInt32 faultCode,
  in string faultString
);
Parameters
faultCode
 

toString()

string toString();

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh, Graememcc
 Last updated by: Sheppy,