Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 0c518cc2e176451ea9eb99bff1e3388d > files > 313

libofx-devel-0.9.1-3.mga1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>LibOFX: OfxStatusData Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>OfxStatusData Struct Reference</h1><!-- doxytag: class="OfxStatusData" --><hr><a name="_details"></a><h2>Detailed Description</h2>
An abstraction of an OFX STATUS element. 
<p>
The <a class="el" href="structOfxStatusData.html">OfxStatusData</a> structure represents a STATUS OFX element sent by the OFX server. Be carefull, you do not have much context except the entity name so your application should probably ignore this status if code==0. However, you should display a message if the status in non-zero, since an error probably occurred on the server side.<p>
In a future version of this API, <a class="el" href="structOfxStatusData.html">OfxStatusData</a> structures might be linked from the OFX structures they are related to. 
<p>

<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00189">189</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>OFX mandatory elements</h2></td></tr>
<tr><td colspan="2">The OFX spec defines the following elements as mandatory. The associated variables should all contain valid data but you should not trust the servers. Check if the associated *_valid is true before using them. <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">Severity</a> { <br>
&nbsp;&nbsp;<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0">INFO</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8">WARN</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb">ERROR</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0">INFO</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8">WARN</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb">ERROR</a>
<br>
 }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#7c331e4729b921be2eaf234498ffe19c">code</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#e68c2b035377d22d01f89179fc14fdbe">name</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#bed5e1b74714010d7d6c313ef04e5961">description</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#ea08b7a14fa90d26ef192fab683e09d1">code_valid</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#b6842e66b77fd7ade801b2bae60cba38">severity</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="de9a52735f94e5c9966492fde9e35d04"></a><!-- doxytag: member="OfxStatusData::severity_valid" ref="de9a52735f94e5c9966492fde9e35d04" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#de9a52735f94e5c9966492fde9e35d04">severity_valid</a></td></tr>

<tr><td colspan="2"><br><h2>OFX mandatory elements</h2></td></tr>
<tr><td colspan="2">The OFX spec defines the following elements as mandatory. The associated variables should all contain valid data but you should not trust the servers. Check if the associated *_valid is true before using them. <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">Severity</a> { <br>
&nbsp;&nbsp;<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0">INFO</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8">WARN</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb">ERROR</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0">INFO</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8">WARN</a>, 
<a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb">ERROR</a>
<br>
 }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#e68c2b035377d22d01f89179fc14fdbe">name</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#bed5e1b74714010d7d6c313ef04e5961">description</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatusData.html#b6842e66b77fd7ade801b2bae60cba38">severity</a></td></tr>

</table>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187"></a><!-- doxytag: member="OfxStatusData::Severity" ref="9e9ac7b5db3c10f2f42cc0225a016187" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Severity of the error <dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0"></a><!-- doxytag: member="INFO" ref="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0" args="" -->INFO</em>&nbsp;</td><td>
The status is an informational message </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8"></a><!-- doxytag: member="WARN" ref="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8" args="" -->WARN</em>&nbsp;</td><td>
The status is a warning </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb"></a><!-- doxytag: member="ERROR" ref="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb" args="" -->ERROR</em>&nbsp;</td><td>
The status is a true error </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0"></a><!-- doxytag: member="INFO" ref="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0" args="" -->INFO</em>&nbsp;</td><td>
The status is an informational message </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8"></a><!-- doxytag: member="WARN" ref="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8" args="" -->WARN</em>&nbsp;</td><td>
The status is a warning </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb"></a><!-- doxytag: member="ERROR" ref="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb" args="" -->ERROR</em>&nbsp;</td><td>
The status is a true error </td></tr>
</table>
</dl>

<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00208">208</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
</div>
</div><p>
<a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187"></a><!-- doxytag: member="OfxStatusData::Severity" ref="9e9ac7b5db3c10f2f42cc0225a016187" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Severity of the error <dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0"></a><!-- doxytag: member="INFO" ref="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0" args="" -->INFO</em>&nbsp;</td><td>
The status is an informational message </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8"></a><!-- doxytag: member="WARN" ref="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8" args="" -->WARN</em>&nbsp;</td><td>
The status is a warning </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb"></a><!-- doxytag: member="ERROR" ref="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb" args="" -->ERROR</em>&nbsp;</td><td>
The status is a true error </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0"></a><!-- doxytag: member="INFO" ref="9e9ac7b5db3c10f2f42cc0225a016187607c1edcec0561c65dda6055bdd970c0" args="" -->INFO</em>&nbsp;</td><td>
The status is an informational message </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8"></a><!-- doxytag: member="WARN" ref="9e9ac7b5db3c10f2f42cc0225a016187d567eb2fcd64f55542fa48802b2e43d8" args="" -->WARN</em>&nbsp;</td><td>
The status is a warning </td></tr>
<tr><td valign="top"><em><a class="anchor" name="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb"></a><!-- doxytag: member="ERROR" ref="9e9ac7b5db3c10f2f42cc0225a01618738b731d21638db06ec36499e258c9cbb" args="" -->ERROR</em>&nbsp;</td><td>
The status is a true error </td></tr>
</table>
</dl>

<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00208">208</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="011f73b45f88aac63ec44727ed6b306d"></a><!-- doxytag: member="OfxStatusData::ofx_element_name_valid" ref="011f73b45f88aac63ec44727ed6b306d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structOfxStatusData.html#011f73b45f88aac63ec44727ed6b306d">OfxStatusData::ofx_element_name_valid</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Name of the OFX element this status is relevant to 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00196">196</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="7c331e4729b921be2eaf234498ffe19c"></a><!-- doxytag: member="OfxStatusData::code" ref="7c331e4729b921be2eaf234498ffe19c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structOfxStatusData.html#7c331e4729b921be2eaf234498ffe19c">OfxStatusData::code</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Status code 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00202">202</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="e68c2b035377d22d01f89179fc14fdbe"></a><!-- doxytag: member="OfxStatusData::name" ref="e68c2b035377d22d01f89179fc14fdbe" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structOfxStatusData.html#e68c2b035377d22d01f89179fc14fdbe">OfxStatusData::name</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Code short name 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00203">203</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="bed5e1b74714010d7d6c313ef04e5961"></a><!-- doxytag: member="OfxStatusData::description" ref="bed5e1b74714010d7d6c313ef04e5961" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structOfxStatusData.html#bed5e1b74714010d7d6c313ef04e5961">OfxStatusData::description</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Code long description, from ofx_error_msg.h 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00204">204</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="ea08b7a14fa90d26ef192fab683e09d1"></a><!-- doxytag: member="OfxStatusData::code_valid" ref="ea08b7a14fa90d26ef192fab683e09d1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structOfxStatusData.html#ea08b7a14fa90d26ef192fab683e09d1">OfxStatusData::code_valid</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If code_valid is true, so is name and description (They are obtained from a lookup table) 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00205">205</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="b6842e66b77fd7ade801b2bae60cba38"></a><!-- doxytag: member="OfxStatusData::severity" ref="b6842e66b77fd7ade801b2bae60cba38" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>  <a class="el" href="structOfxStatusData.html#b6842e66b77fd7ade801b2bae60cba38">OfxStatusData::severity</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Severity of the error 
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="87b34b7c11d62409761aa24a5f43e393"></a><!-- doxytag: member="OfxStatusData::server_message" ref="87b34b7c11d62409761aa24a5f43e393" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="structOfxStatusData.html#87b34b7c11d62409761aa24a5f43e393">OfxStatusData::server_message</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Explanation given by the server for the Status Code. Especially important for generic errors. 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00219">219</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>, and <a class="el" href="ofx__containers__misc_8cpp-source.html#l00083">OfxStatusContainer::~OfxStatusContainer()</a>.
</div>
</div><p>
<a class="anchor" name="e68c2b035377d22d01f89179fc14fdbe"></a><!-- doxytag: member="OfxStatusData::name" ref="e68c2b035377d22d01f89179fc14fdbe" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structOfxStatusData.html#e68c2b035377d22d01f89179fc14fdbe">OfxStatusData::name</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Code short name 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00203">203</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<a class="anchor" name="bed5e1b74714010d7d6c313ef04e5961"></a><!-- doxytag: member="OfxStatusData::description" ref="bed5e1b74714010d7d6c313ef04e5961" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structOfxStatusData.html#bed5e1b74714010d7d6c313ef04e5961">OfxStatusData::description</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Code long description, from ofx_error_msg.h 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00204">204</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<a class="anchor" name="b6842e66b77fd7ade801b2bae60cba38"></a><!-- doxytag: member="OfxStatusData::severity" ref="b6842e66b77fd7ade801b2bae60cba38" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="structOfxStatusData.html#9e9ac7b5db3c10f2f42cc0225a016187">OfxStatusData::Severity</a>  <a class="el" href="structOfxStatusData.html#b6842e66b77fd7ade801b2bae60cba38">OfxStatusData::severity</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Severity of the error 
</div>
</div><p>
<a class="anchor" name="87b34b7c11d62409761aa24a5f43e393"></a><!-- doxytag: member="OfxStatusData::server_message" ref="87b34b7c11d62409761aa24a5f43e393" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="structOfxStatusData.html#87b34b7c11d62409761aa24a5f43e393">OfxStatusData::server_message</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Explanation given by the server for the Status Code. Especially important for generic errors. 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00219">219</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<a class="anchor" name="011f73b45f88aac63ec44727ed6b306d"></a><!-- doxytag: member="OfxStatusData::ofx_element_name_valid" ref="011f73b45f88aac63ec44727ed6b306d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structOfxStatusData.html#011f73b45f88aac63ec44727ed6b306d">OfxStatusData::ofx_element_name_valid</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Name of the OFX element this status is relevant to 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00196">196</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>.
</div>
</div><p>
<a class="anchor" name="87b34b7c11d62409761aa24a5f43e393"></a><!-- doxytag: member="OfxStatusData::server_message" ref="87b34b7c11d62409761aa24a5f43e393" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="structOfxStatusData.html#87b34b7c11d62409761aa24a5f43e393">OfxStatusData::server_message</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Explanation given by the server for the Status Code. Especially important for generic errors. 
<p>
Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00219">219</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>, <a class="el" href="ofxdump_8cpp-source.html#l00340">ofx_proc_status_cb()</a>, and <a class="el" href="ofx__containers__misc_8cpp-source.html#l00083">OfxStatusContainer::~OfxStatusContainer()</a>.
</div>
</div><p>
<a class="anchor" name="87b34b7c11d62409761aa24a5f43e393"></a><!-- doxytag: member="OfxStatusData::server_message" ref="87b34b7c11d62409761aa24a5f43e393" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char* <a class="el" href="structOfxStatusData.html#87b34b7c11d62409761aa24a5f43e393">OfxStatusData::server_message</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Explanation given by the server for the Status Code. Especially important for generic errors. 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00219">219</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following files:<ul>
<li><a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a><li><a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 9 21:22:00 2009 for LibOFX by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>