Skip to content

Commit

Permalink
Add new chapter for Error Wrapping (#22)
Browse files Browse the repository at this point in the history
* Draft error wrapping example

* Draft example and motivation

* Draft WrapError

* Redesign CanWrapError

* Finish section for error wrapper

* Draft example use of structured error wrapping

* Finish section for structured error wrapping

* Finish chapter

* Remove draft code

* Remove main.rs
  • Loading branch information
soareschen authored Jan 5, 2025
1 parent 6b30992 commit 9189e25
Show file tree
Hide file tree
Showing 2 changed files with 1,196 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [Error Handling](error-handling.md)
- [Delegated Error Raisers](delegated-error-raiser.md)
- [Error Reporting](error-reporting.md)
- [Wrapping Errors]()
- [Error Wrapping](error-wrapping.md)
- [Component Presets]()
- [Trait-Generic Providers]()
- [`WithProvider`]()
Expand Down
Loading

0 comments on commit 9189e25

Please sign in to comment.