<[EMAIL PROTECTED]> writes: > On Thu, 13 Dec 2001, Daniel Rall wrote: > >> http://svn.collab.net/repos/svn/trunk/subversion/include/svn_error.h > > It seems they are using a struct that is returned instead of a simple int, > as status. It does solve the problem of propagating more info.
In practice, I've found casual error information to be extremely useful. It seems that I'm not the only one, as it's been incorporated into the JDK for version 1.4. Catalina, Commons Util, Ant, and other project employ this technique with good results. It's just another tool to consider (which might not apply equally well to all situations). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>