TSR Failed Message
The following option is set in the reply message to indicate the failed completion of the task initiated by an earlier acknowledged control message.
<status>FAILED</status>
<severityCode>1</severityCode>
accompanied by several details, for example:
<reason>
   <reasonTypeEnum>ERROR</reasonTypeEnum>
   <reasonCode>-21</reasonCode>
   <description>Cannot resolve security FMULTEST3 with xref type CUSIP</description>
   <reasonTag>10</reasonTag>
</reason>Â
Example: TSR Failed Message
<EagleML
eaglemlVersion="2-0"
eaglemlType="TaskStatusResponse"
xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
xsi:type="TaskStatusResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
 <header>
  <messageId>B312BJ84JFIONOHL</messageId>
  <sentBy>http://www.eagleinvsys.com/</sentBy>
  <sendTo>http://www.client.com/Eagle Control Messages</sendTo>
  <creationTimestamp>2013-10-21T18:08:49-05:00</creationTimestamp>
 </header>
 <statusItem>
  <taskIdentifier>
   <correlationId correlationIdScheme="www.eagleinvsys.com">DFN09MQTAA887DW</correlationId>
   <businessTaskId correlationIdScheme="businessTaskIdScheme">PRICE_LOAD</businessTaskId>
  </taskIdentifier>
   <status>FAILED</status>
   <severityCode>1</severityCode>
  <taskUnit>
   <loadDetails>
    <URI>file://EAGLEML_ISSUEPRICE_2.xml</URI>
    <details>
     <file>
      <fileName>20131021-180832-DFN09MQTAA887DW_PRICE.XML</fileName>
      <type>PRICE</type>
      <summary>
       <eagleStatId>828529</eagleStatId>
       <failedRecords>2</failedRecords>
       <totalRecords>2</totalRecords>
      </summary>
      <record>
       <eagleDetailId>7448659</eagleDetailId>
       <identifier>
        <identifierName>primaryAssetId</identifierName>
        <identifierValue></identifierValue>
       </identifier>
       <identifier>
        <identifierName>primaryAssetType</identifierName>
        <identifierValue></identifierValue>
       </identifier>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-21</reasonCode>
        <description>Cannot resolve security FMULTEST3</description>
        <reasonTag>10</reasonTag>
       </reason>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-21</reasonCode>
        <description>The message hasn't been sent to engine due to EditCheck violation. Sending Reject Message.</description>
       </reason>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-10</reasonCode>
        <description>The request was not processed</description>
       </reason>
      </record>
      <record>
        <eagleDetailId>7448660</eagleDetailId>
       <identifier>
        <identifierName>primaryAssetId</identifierName>
        <identifierValue></identifierValue>
       </identifier>
       <identifier>
        <identifierName>primaryAssetType</identifierName>
        <identifierValue></identifierValue>
       </identifier>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-21</reasonCode>
        <description>Cannot resolve security FMULTEST4 with xref type CUSIP</description>
        <reasonTag>10</reasonTag>
       </reason>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-21</reasonCode>
        <description>The message hasn't been sent to engine due to EditCheck violation. Sending Reject Message.</description>
       </reason>
       <reason>
        <reasonTypeEnum>ERROR</reasonTypeEnum>
        <reasonCode>-10</reasonCode>
        <description>The request was not processed</description>
       </reason>
      </record>
     </file>
    </details>
   </loadDetails>
  </taskUnit>
 </statusItem>
</EagleML>