You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure is the recommended error handling lib and seems to come with some nice features that are not present in error_chain. Though before switching over it might be better to test it in another project.
Things to test
Best error structure
How to add context
How do backtraces work
The text was updated successfully, but these errors were encountered:
Failure is the recommended error handling lib and seems to come with some nice features that are not present in
error_chain
. Though before switching over it might be better to test it in another project.Things to test
The text was updated successfully, but these errors were encountered: