7CCKP67WHUFSABL7FIMMTZUWQ5WD5IEKFEASWYMA3NER2EBB2KIAC
- Attach context to help the person troubleshooting the error understand where
things went wrong. A low-level error like "No such file or directory" can be
annoying to debug without more context about what higher level step the
application was in the middle of.
- Wrap a lower level error with a new error created from a message to help the
person troubleshooting understand what the chain of failures that occured. A
low-level error like "No such file or directory" can be annoying to debug
without more information about what higher level step the application was in
the middle of.