Triage.WrappedError exception (triage v0.7.1)
View SourceException struct which is returned in {:error, _} tuples when
the wrap_context module is used.
Contains
- context string
- context metadata
- an original error result (could be within nested
WrappedErrors)
These things help make it clearer where an error is coming from.
Works well with the log and user_message functions.