chainerror/booksrc/SUMMARY.md

21 lines
622 B
Markdown
Raw Permalink Normal View History

2018-12-20 14:52:06 +01:00
# Summary
2018-12-21 13:50:08 +01:00
[chainerror](README.md)
- [Simple String Errors](tutorial1.md)
- [Simple Chained String Errors](tutorial2.md)
- [Mapping Errors](tutorial3.md)
2020-09-01 21:17:56 +02:00
- [More Information](tutorial4.md)
2018-12-21 13:50:08 +01:00
- [The source() of Errors](tutorial5.md)
- [Downcast the Errors](tutorial6.md)
- [The root cause of all Errors](tutorial7.md)
- [Finding an Error cause](tutorial8.md)
- [Selective Error Handling](tutorial9.md)
- [ErrorKind to the rescue](tutorial10.md)
- [Debug for the ErrorKind](tutorial11.md)
2019-02-03 19:33:26 +01:00
- [Deref for the ErrorKind](tutorial12.md)
2019-03-04 11:38:11 +01:00
- [Writing a library](tutorial13.md)
2019-03-07 16:50:16 +01:00
- [Going back to std](tutorial14.md)
2018-12-21 13:50:08 +01:00
2020-09-01 21:17:56 +02:00
[The End](end.md)