Expand description
A container for all the types of errors generated crate-wide.
The top level error type is: CatBridgeError, which wraps all the other
types of errors. You can find more specific error types documented on each
specific item.
Enums§
- APIError
- An error that comes from one of our APIs, e.g. passing in a parameter that wasn’t expected.
- CatBridge
Error - The ‘top-level’ error type for this entire crate, all error types wrap underneath this.
- FSError
- Trying to interact with the filesystem has resulted in an error.
- Network
Error - Trying to interact with the network has resulted in an error.
- Network
Parse Error - We tried parsing some data from the network, but failed to do so, someone sent us some junk.