Remarkable points
Error message sometimes have a structure which corresponds to structure of problematic internal behavior.
Structure which are mentioned here is such as stack trace for example.
Structure of internal behaviors of program may be different , whether it was happen in embedded or in network environment , even if they are very identical error.
Should we express the difference in the error message ? Or should not ?
I think expressing such differences in error messages would help programmer who get the error message [TMNK]
Not only stacktrace, number of exception can be different. Please see http://issues.apache.org/jira/browse/DERBY-596#action_12331068 . [TMNK]
Identical error in engine layer can happen both in embedded mode and network mode
Not yet clear. Now discussing in derby-dev@db.apache.org
There exsits two kind of error , error of embedded and error of networked
Not yet clear. Now discussing in derby-dev@db.apache.org
- What does distinguish one from another ?
Whether user uses network or embedded driver distinguishes ?
Whether exception happens in network or embedded implementation distinguishes ?