svn_error_t Struct Reference

Subversion error object. More...

#include <svn_types.h>


Data Fields

apr_status_t apr_err
 APR error value, possibly SVN_ custom err.
const char * message
 details from producer of error
svn_error_tchild
 ptr to the error we "wrap"
apr_pool_t * pool
 The pool holding this error and any child errors it wraps.
const char * file
 Source file where the error originated.
long line
 Source line where the error originated.


Detailed Description

Subversion error object.

Defined here, rather than in svn_error.h, to avoid a recursive #include situation.

Definition at line 45 of file svn_types.h.


Field Documentation

const char* svn_error_t::file

Source file where the error originated.

Only used iff SVN_DEBUG.

Definition at line 60 of file svn_types.h.

long svn_error_t::line

Source line where the error originated.

Only used iff SVN_DEBUG.

Definition at line 63 of file svn_types.h.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 11 18:28:18 2008 for Subversion by  doxygen 1.5.1