element <faultResponseAction> (local)
Namespace:
Type:
xsd:string
Content:
simple
Defined:
locally within faultDetailType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<faultResponseAction>
   
Content: 
{ xsd:string }
</faultResponseAction>
Annotation
This is the response action that is to be taken by the client upon receiving this fault message. Contents of this element can be: <p/> <dl> <dt><b>correct</b></dt> <dd>A correctable error was detected. The client should reform the request message, correcting the noted error, and resubmit the message. If the client is unable to correct the message, the client should accept the failure condition and execute approriate recovery logic. </dd> <dt><b>retry</b></dt> <dd>A transient error has occured. The client should resubmit the message (ensuring that a new message ID is used). </dd> <dt><b>giveUp</b></dt> <dd>An uncorrectable error was detected. The client should accept the failure condition and execue appropriate recovery logic.</dd> </dl>
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="faultResponseAction" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This is the response action that is to be taken by the client upon
receiving this fault message. Contents of this element can be:
<p/>
<dl>
<dt>
<b>correct</b>
</dt>
<dd>
A correctable error was detected. The client should reform the
request message, correcting the noted error, and resubmit the message.
If the client is unable to correct the message, the client should accept
the failure condition and execute approriate recovery logic.
</dd>
<dt>
<b>retry</b>
</dt>
<dd>
A transient error has occured. The client should resubmit the message
(ensuring that a new message ID is used).
</dd>
<dt>
<b>giveUp</b>
</dt>
<dd>
An uncorrectable error was detected. The client should accept the failure
condition and execue appropriate recovery logic.
</dd>
</dl>
</xsd:documentation>
</xsd:annotation>
</xsd:element>