Main Page   Modules   Data Structures   File List   Data Fields  

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_t * child
 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. More...

long line
 Source line where the error originated. More...


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 Wed Aug 31 03:26:16 2005 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002