On Mon, Mar 1, 2010 at 9:32 AM, Michael Dürig <[email protected]> wrote:
> What about using something like a hash code (for example of the current
> stack trace) as error code? These would then automatically serve as hash

A good sample to deal with error messages:
http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/topic/com.ibm.connections.25.help/r_error_codes_news.html

For a given error message:
CLFWX0019E: PUT HTTP method is not supported for this URL.

It contain a prefix "CLFWX" tell which component is coming from, and
it end with "E" means error. (W=Warn, I= Info)

The rest of the error message are supposed to be translated to other
languages. So even for none English users, we can still tell what's
going wrong from the error code.

-Guo

Reply via email to