-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3012] Copy callstack from lower level error
This change adds the ability to copy the callstack and error message from a lower level error into a later error. For example, an error may occur in a common utility function that a different package may want to wrap with its own component/reason code, error message, and callstack while retaining the details from the wrapped error. Change-Id: Id143640bbaaba7bf125b343dbc614d046acbfd1a Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
- Loading branch information
Showing
4 changed files
with
298 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.