Module json_api::error
[−]
[src]
The Error struct, the Result alias, and other tools to handle failure.
Structs
| Error |
The Error type. |
Enums
| ErrorKind |
The kind of an error. |
Traits
| ResultExt |
Additional methods for |
Type Definitions
| Result |
Convenient wrapper around |