Subversion 1.6.16
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
struct 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 67 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 82 of file svn_types.h.

Source line where the error originated.

Only used iff SVN_DEBUG.

Definition at line 85 of file svn_types.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines