nsIXmlRpcFault
IID: | 691cb864-0a7e-448c-98ee-4a7f359cf145 |
Inherits From: | nsISupports |
This interface is implemented by the following components:
Properties
readonly PRInt32 faultCode
An XML-RPC exception. XML-RPC server fault codes are returned wrapped in this Access via nsIXPConnect::GetPendingException()->data
readonly char* faultString
Methods
void init ( PRInt32 faultCode , char* faultString )
char* toString ( )
References
This interface is the type of the following properties:
This interface is passed as an argument to the following methods:
nsIXmlRpcClientListener.onFault
Reference documentation is generated from Mozilla's source.