~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<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.3 -->
<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 class="current"><a href="files.html"><span>Files</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="fx-0_89_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.9.0/lib/ofx_error_msg.hh</a>.</p>

<p>

<p>
<a href="fx-0_89_80_2lib_2ofx__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="fx-0_89_80_2lib_2ofx__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="fx-0_89_80_2lib_2ofx__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="fx-0.9.0/lib/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" title="An abstraction of an OFX error code sent by an OFX server.">ErrorMsg</a> structure with detailled information about the error, including the error name and long description 
<p>Definition at line <a class="el" href="fx-0_89_80_2lib_2ofx__error__msg_8hh-source.html#l00128">128</a> of file <a class="el" href="fx-0_89_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.9.0/lib/ofx_error_msg.hh</a>.</p>

</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="55330fe48f8c210038dfaae0ed8dd608"></a><!-- doxytag: member="fx-0.9.0/lib/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_80_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="fx-0_89_80_2lib_2ofx__error__msg_8hh-source.html#l00034">34</a> of file <a class="el" href="fx-0_89_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.9.0/lib/ofx_error_msg.hh</a>.</p>

</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:28:00 2007 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.3 </small></address>
</body>
</html>