mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
98e9b1caa6
I modified the `ErrorCodeRewritePolicy` to concatenate all the error messages of the exception's cause chain. The code will start from the throwable being passed to the logger and concatenate its error message with the one in its cause and proceed recursively until it finds an exception with no cause or it detects a loop (an exception already encountered in the traversal). This should provide customers with more information about errors without having to look at the logs (that should still remain the primary source of information) |
||
---|---|---|
.. | ||
configuration-parsing | ||
logging | ||
validation | ||
README.md |
Common libraries
This directory contains modules representing libraries that are reusable in different areas of Corda.
Rules of the folder
- No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
- No active components, as in, nothing that has a main function in it.
- Think carefully before using non-internal packages in these libraries.