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();