You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jim Blandy <ji...@zwingli.cygnus.com> on 2001/02/28 17:25:20 UTC

undocumented errors

Could the originator of these error codes please document them
briefly, as the rest of the Subversion error codes are?

typedef enum svn_errno_t {
  SVN_WARNING = (APR_OS_START_USEERR + 1),
  SVN_ERR_NOT_AUTHORIZED,
  SVN_ERR_PLUGIN_LOAD_FAILURE,
  SVN_ERR_UNKNOWN_FS_ACTION,
  SVN_ERR_UNEXPECTED_EOF,
  SVN_ERR_MALFORMED_FILE,
  SVN_ERR_INCOMPLETE_DATA,