Subversion 1.6.16
Typedefs | Enumerations

svn_error_codes.h File Reference

Subversion error codes. More...

#include <apr_errno.h>

Go to the source code of this file.

Typedefs

typedef enum svn_errno_t svn_errno_t
 Collection of Subversion error code values, located within the APR user error space.

Enumerations

enum  svn_errno_t {
  SVN_WARNING = APR_OS_START_USERERR + 1,
  SVN_ERRDEF
}
 

Collection of Subversion error code values, located within the APR user error space.

More...

Detailed Description

Subversion error codes.

Definition in file svn_error_codes.h.


Typedef Documentation

typedef enum svn_errno_t svn_errno_t

Collection of Subversion error code values, located within the APR user error space.


Enumeration Type Documentation

Collection of Subversion error code values, located within the APR user error space.

Definition at line 149 of file svn_error_codes.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines