element <faultChain> (local)
Namespace:
Type:
Content:
complex, 1 element
Defined:
locally within faultDetailType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<faultChain>
   
Content: 
</faultChain>
Content model elements (1):
fault (in faultChain)
Annotation
When a request is being processed by a service, it may be traveling through multiple sections of the service code. The <b>faultChain</b> element contains a list of errors if there are multiple errors along the processing path of a message. Because a section of the service or the server may overwrite the error code with a more general error, this list gives a history of failures for this particular request. <p/> <b>faultChain</b> contains multiple <b>fault</b> elements. Each <b>fault</b> element contains details about an error condition which this request has caused to occur during its processing.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="faultChain" type="faultChainType">
<xsd:annotation>
<xsd:documentation>
When a request is being processed by a service, it may be traveling through multiple
sections of the service code. The
<b>faultChain</b>
element contains a list of errors if
there are multiple errors along the processing path of a message. Because a section
of the service or the server may overwrite the error code with a more general error,
this list gives a history of failures for this particular request.
<p/>
<b>faultChain</b>
contains multiple
<b>fault</b>
elements. Each
<b>fault</b>
element
contains details about an error condition which this request has caused to occur during
its processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 1/1)
fault
Type:
faultChainFaultType, complex content
Defined:
locally within faultChainType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="fault" type="faultChainFaultType"/>