Sophie

Sophie

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

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: ofx_error_msg.hh File 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><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><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="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>ofx_error_msg.hh File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
OFX error code management functionnality. 
<p>

<p>
Definition in file <a class="el" href="ofx__error__msg_8hh-source.html">ofx_error_msg.hh</a>.
<p>

<p>
<a href="ofx__error__msg_8hh-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structErrorMsg.html">ErrorMsg</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An abstraction of an OFX error code sent by an OFX server.  <a href="structErrorMsg.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structErrorMsg.html">ErrorMsg</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__error__msg_8hh.html#dac162b52803cc0814b829813ad3a5aa">find_error_msg</a> (int param_code)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retreive error code descriptions.  <a href="#dac162b52803cc0814b829813ad3a5aa"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structErrorMsg.html">ErrorMsg</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__error__msg_8hh.html#55330fe48f8c210038dfaae0ed8dd608">error_msgs_list</a> []</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">List known error codes.  <a href="#55330fe48f8c210038dfaae0ed8dd608"></a><br></td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="dac162b52803cc0814b829813ad3a5aa"></a><!-- doxytag: member="ofx_error_msg.hh::find_error_msg" ref="dac162b52803cc0814b829813ad3a5aa" args="(int param_code)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="structErrorMsg.html">ErrorMsg</a> find_error_msg           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>param_code</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Retreive error code descriptions. 
<p>
The find_error_msg function will take an ofx error number, and return an <a class="el" href="structErrorMsg.html">ErrorMsg</a> structure with detailled information about the error, including the error name and long description 
<p>
Definition at line <a class="el" href="ofx__error__msg_8hh-source.html#l00128">128</a> of file <a class="el" href="ofx__error__msg_8hh-source.html">ofx_error_msg.hh</a>.
<p>
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00093">OfxStatusContainer::add_attribute()</a>.
</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="55330fe48f8c210038dfaae0ed8dd608"></a><!-- doxytag: member="ofx_error_msg.hh::error_msgs_list" ref="55330fe48f8c210038dfaae0ed8dd608" args="[]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="structErrorMsg.html">ErrorMsg</a> <a class="el" href="fx-0_89_81_2lib_2ofx__error__msg_8hh.html#55330fe48f8c210038dfaae0ed8dd608">error_msgs_list</a>[]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
List known error codes. 
<p>
The error_msgs_list table contains all past and present OFX error codes up to the OFX 2.01 specification 
<p>
Definition at line <a class="el" href="ofx__error__msg_8hh-source.html#l00034">34</a> of file <a class="el" href="ofx__error__msg_8hh-source.html">ofx_error_msg.hh</a>.
<p>
Referenced by <a class="el" href="ofx__error__msg_8hh-source.html#l00128">find_error_msg()</a>.
</div>
</div><p>
<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>