This interface conveniently interprets information about a fault 
 that has been returned in a response message.

[scriptable, uuid(99ec6694-535f-11d4-9a58-000064657374)]
interface nsISOAPFault : nsISupports

Attributes

 The DOM element representing the fault details
readonly attribute nsIDOMElement detail
 The DOM element representing the fault in the response SOAP message.
 This must be set for the rest of the interface to function correctly.
attribute nsIDOMElement element
 The fault actor if one was specified.
readonly attribute AString faultActor
 The fault code
readonly attribute AString faultCode
 The namespaceURI of the fault code.
readonly attribute AString faultNamespaceURI
 The fault string
readonly attribute AString faultString