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

« back to all changes in this revision

Viewing changes to doc/html/fx-0_89_80_2lib_2ofx__error__msg_8hh.html

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 
3
<title>LibOFX: ofx_error_msg.hh File Reference</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.3 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
12
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
13
    <li class="current"><a href="files.html"><span>Files</span></a></li>
 
14
  </ul>
 
15
</div>
 
16
<h1>ofx_error_msg.hh File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
 
17
OFX error code management functionnality. 
 
18
<p>
 
19
 
 
20
<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>
 
21
 
 
22
<p>
 
23
 
 
24
<p>
 
25
<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">
 
26
<tr><td></td></tr>
 
27
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
 
28
<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>
 
29
 
 
30
<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>
 
31
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
 
32
<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>
 
33
 
 
34
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retreive error code descriptions.  <a href="#dac162b52803cc0814b829813ad3a5aa"></a><br></td></tr>
 
35
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
 
36
<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>
 
37
 
 
38
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">List known error codes.  <a href="#55330fe48f8c210038dfaae0ed8dd608"></a><br></td></tr>
 
39
</table>
 
40
<hr><h2>Function Documentation</h2>
 
41
<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)" -->
 
42
<div class="memitem">
 
43
<div class="memproto">
 
44
      <table class="memname">
 
45
        <tr>
 
46
          <td class="memname">const <a class="el" href="structErrorMsg.html">ErrorMsg</a> find_error_msg           </td>
 
47
          <td>(</td>
 
48
          <td class="paramtype">int&nbsp;</td>
 
49
          <td class="paramname"> <em>param_code</em>          </td>
 
50
          <td>&nbsp;)&nbsp;</td>
 
51
          <td width="100%"></td>
 
52
        </tr>
 
53
      </table>
 
54
</div>
 
55
<div class="memdoc">
 
56
 
 
57
<p>
 
58
Retreive error code descriptions. 
 
59
<p>
 
60
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 
 
61
<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>
 
62
 
 
63
</div>
 
64
</div><p>
 
65
<hr><h2>Variable Documentation</h2>
 
66
<a class="anchor" name="55330fe48f8c210038dfaae0ed8dd608"></a><!-- doxytag: member="fx-0.9.0/lib/ofx_error_msg.hh::error_msgs_list" ref="55330fe48f8c210038dfaae0ed8dd608" args="[]" -->
 
67
<div class="memitem">
 
68
<div class="memproto">
 
69
      <table class="memname">
 
70
        <tr>
 
71
          <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>
 
72
        </tr>
 
73
      </table>
 
74
</div>
 
75
<div class="memdoc">
 
76
 
 
77
<p>
 
78
List known error codes. 
 
79
<p>
 
80
The error_msgs_list table contains all past and present OFX error codes up to the OFX 2.01 specification 
 
81
<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>
 
82
 
 
83
</div>
 
84
</div><p>
 
85
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:28:00 2007 for LibOFX by&nbsp;
 
86
<a href="http://www.doxygen.org/index.html">
 
87
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
 
88
</body>
 
89
</html>