"C. Michael Pilato" <cmpil...@collab.net> writes: > Would it be possible to, say, provide a mapping between the apr_err code > space and errorcodes? I'm not sure.
Not a unique one. > I was thinking that the errorcode > space was limited to 32k distinct values, whereas the apr_err code space is > much, much bigger. (Though, we don't use most of it.) Only 8 bits of the exit() value get back to the parent, so 255 error values. There are currently 271 distinct Subversion SVN_ERRDEFs, plus all the APR ones. -- Philip