Subversion 1.6.16
|
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 | |
struct 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. | |
long | line |
Source line where the error originated. |
Subversion error object.
Defined here, rather than in svn_error.h, to avoid a recursive #include situation.
Definition at line 67 of file svn_types.h.
const char* svn_error_t::file |
Source file where the error originated.
Only used iff SVN_DEBUG
.
Definition at line 82 of file svn_types.h.
long svn_error_t::line |
Source line where the error originated.
Only used iff SVN_DEBUG
.
Definition at line 85 of file svn_types.h.