~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

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=iso-8859-1">
3
 
<title>LibOFX: fx-0.7.0/lib/ofx_error_msg.hh File Reference</title>
4
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
 
</head><body>
6
 
<!-- Generated by Doxygen 1.3.7 -->
7
 
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
8
 
<h1>ofx_error_msg.hh File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
9
 
OFX error code management functionnality. 
10
 
<p>
11
 
 
12
 
<p>
13
 
Definition in file <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.7.0/lib/ofx_error_msg.hh</a>.
14
 
<p>
15
 
 
16
 
<p>
17
 
<a href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
18
 
<tr><td></td></tr>
19
 
<tr><td colspan=2><br><h2>Data Structures</h2></td></tr>
20
 
<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>
21
 
 
22
 
<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><br></td></tr>
23
 
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
24
 
<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_87_80_2lib_2ofx__error__msg_8hh.html#a1">find_error_msg</a> (int param_code)</td></tr>
25
 
 
26
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retreive error code descriptions.  <a href="#a1"></a><br><br></td></tr>
27
 
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
28
 
<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_87_80_2lib_2ofx__error__msg_8hh.html#a0">error_msgs_list</a> []</td></tr>
29
 
 
30
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">List known error codes.  <a href="#a0"></a><br><br></td></tr>
31
 
</table>
32
 
<hr><h2>Function Documentation</h2>
33
 
<a class="anchor" name="a1" doxytag="fx-0.7.0/lib/ofx_error_msg.hh::find_error_msg" ></a><p>
34
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
35
 
  <tr>
36
 
    <td class="mdRow">
37
 
      <table cellpadding="0" cellspacing="0" border="0">
38
 
        <tr>
39
 
          <td class="md" nowrap valign="top"> const <a class="el" href="structErrorMsg.html">ErrorMsg</a> find_error_msg           </td>
40
 
          <td class="md" valign="top">(&nbsp;</td>
41
 
          <td class="md" nowrap valign="top">int&nbsp;</td>
42
 
          <td class="mdname1" valign="top" nowrap> <em>param_code</em>          </td>
43
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
44
 
          <td class="md" nowrap></td>
45
 
        </tr>
46
 
      </table>
47
 
    </td>
48
 
  </tr>
49
 
</table>
50
 
<table cellspacing=5 cellpadding=0 border=0>
51
 
  <tr>
52
 
    <td>
53
 
      &nbsp;
54
 
    </td>
55
 
    <td>
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">ErrorMsg</a> structure with detailled information about the error, including the error name and long description 
61
 
<p>
62
 
Definition at line <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html#l00128">128</a> of file <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.7.0/lib/ofx_error_msg.hh</a>.
63
 
<p>
64
 
Referenced by <a class="el" href="ofx__containers__misc_8cpp-source.html#l00087">OfxStatusContainer::add_attribute()</a>.    </td>
65
 
  </tr>
66
 
</table>
67
 
<hr><h2>Variable Documentation</h2>
68
 
<a class="anchor" name="a0" doxytag="fx-0.7.0/lib/ofx_error_msg.hh::error_msgs_list" ></a><p>
69
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
70
 
  <tr>
71
 
    <td class="mdRow">
72
 
      <table cellpadding="0" cellspacing="0" border="0">
73
 
        <tr>
74
 
          <td class="md" nowrap valign="top"> const <a class="el" href="structErrorMsg.html">ErrorMsg</a> <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh.html#a0">error_msgs_list</a>[]          </td>
75
 
        </tr>
76
 
      </table>
77
 
    </td>
78
 
  </tr>
79
 
</table>
80
 
<table cellspacing=5 cellpadding=0 border=0>
81
 
  <tr>
82
 
    <td>
83
 
      &nbsp;
84
 
    </td>
85
 
    <td>
86
 
 
87
 
<p>
88
 
List known error codes. 
89
 
<p>
90
 
The error_msgs_list table contains all past and present OFX error codes up to the OFX 2.01 specification 
91
 
<p>
92
 
Definition at line <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html#l00034">34</a> of file <a class="el" href="fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html">fx-0.7.0/lib/ofx_error_msg.hh</a>.    </td>
93
 
  </tr>
94
 
</table>
95
 
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 8 20:34:48 2004 for LibOFX by
96
 
<a href="http://www.doxygen.org/index.html">
97
 
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
98
 
</body>
99
 
</html>