#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... |
Defined here, rather than in svn_error.h, to avoid a recursive include situation.
Definition at line 45 of file svn_types.h.
|
Source file where the error originated.
Only used iff Definition at line 60 of file svn_types.h. |
|
Source line where the error originated.
Only used iff Definition at line 63 of file svn_types.h. |