DragonNest/Common/SVNLib/doc/structsvn__error__t.html
2024-12-19 09:48:26 +08:00

118 lines
6.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Subversion: svn_error_t 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.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>svn_error_t Struct Reference</h1><!-- doxytag: class="svn_error_t" -->Subversion error object.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__types_8h-source.html">svn_types.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="595d7e41f682979d66e32062c46155d9"></a><!-- doxytag: member="svn_error_t::apr_err" ref="595d7e41f682979d66e32062c46155d9" args="" -->
apr_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__error__t.html#595d7e41f682979d66e32062c46155d9">apr_err</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">APR error value, possibly SVN_ custom err. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2644a98be02ca1aa123cc66d87a2ce5a"></a><!-- doxytag: member="svn_error_t::message" ref="2644a98be02ca1aa123cc66d87a2ce5a" args="" -->
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__error__t.html#2644a98be02ca1aa123cc66d87a2ce5a">message</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">details from producer of error <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="63401baa8097d37b422642747a23adea"></a><!-- doxytag: member="svn_error_t::child" ref="63401baa8097d37b422642747a23adea" args="" -->
struct <a class="el" href="structsvn__error__t.html">svn_error_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__error__t.html#63401baa8097d37b422642747a23adea">child</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ptr to the error we "wrap" <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4021c8fa197b34b8f7e93a4d1b58db2f"></a><!-- doxytag: member="svn_error_t::pool" ref="4021c8fa197b34b8f7e93a4d1b58db2f" args="" -->
apr_pool_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__error__t.html#4021c8fa197b34b8f7e93a4d1b58db2f">pool</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The pool holding this error and any child errors it wraps. <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="structsvn__error__t.html#4443418f5cc672a279fc8dc230e441d8">file</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Source file where the error originated. <a href="#4443418f5cc672a279fc8dc230e441d8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__error__t.html#4d28c854ae1bf82c925c337d05986a9a">line</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Source line where the error originated. <a href="#4d28c854ae1bf82c925c337d05986a9a"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Subversion error object.
<p>
Defined here, rather than in <a class="el" href="svn__error_8h.html" title="Common exception handling for Subversion.">svn_error.h</a>, to avoid a recursive #include situation.
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00045">45</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="4443418f5cc672a279fc8dc230e441d8"></a><!-- doxytag: member="svn_error_t::file" ref="4443418f5cc672a279fc8dc230e441d8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__error__t.html#4443418f5cc672a279fc8dc230e441d8">svn_error_t::file</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Source file where the error originated.
<p>
Only used iff <code>SVN_DEBUG</code>.
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00060">60</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="4d28c854ae1bf82c925c337d05986a9a"></a><!-- doxytag: member="svn_error_t::line" ref="4d28c854ae1bf82c925c337d05986a9a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">long <a class="el" href="structsvn__error__t.html#4d28c854ae1bf82c925c337d05986a9a">svn_error_t::line</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Source line where the error originated.
<p>
Only used iff <code>SVN_DEBUG</code>.
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00063">63</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="svn__types_8h-source.html">svn_types.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:30 2008 for Subversion by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>