blob: e5c8a3b438768b7ca7adafa2099dbb045492f509 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Summary
- [failure](./intro.md)
- [How to use failure](./howto.md)
- [The Fail trait](./fail.md)
- [Deriving Fail](./derive-fail.md)
- [The Error type](./error.md)
- [`bail!` and `ensure!`](./bail-and-ensure.md)
- [Patterns & Guidance](./guidance.md)
- [Strings as errors](./error-msg.md)
- [A Custom Fail type](./custom-fail.md)
- [Using the Error type](./use-error.md)
- [An Error and ErrorKind pair](./error-errorkind.md)
- [Strings and custom fail type](./string-custom-error.md)
|