[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: apr error and defines

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-10-31 11:48:48 CET

On Monday 31 October 2005 05:32, Stefan Küng wrote:
> Hi,
>
> I've now tried for a whole hour to find the corresponding error define
> for the error
> err->apr_error = 160013
>
> Can anyone tell me the define for that error (to use in an if() ) or at
> least point me to where I should look for it myself?

This error sits out in the APR user error space (which starts at 120000).
This means this is a Subversion error code. If you look at
svn_error_codes.h, you'll see that we have a number of categories, each of
which contain 5000 slots. This error is in the FS category, and the one with
13 is SVN_ERR_FS_NOT_FOUND.

HTH!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 31 11:49:27 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.