Module errors

Module errors 

Source
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.
CatBridgeError
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.
NetworkError
Trying to interact with the network has resulted in an error.
NetworkParseError
We tried parsing some data from the network, but failed to do so, someone sent us some junk.