Expand description
Structs§
- Remote
Error - An error returned by the server as response to a request.
Enums§
- Connection
Error - An error that may occur when processing requests that require new connections.
- Controller
Error - An error that may occur when an
crate::api::Controllerattempts to perform an illegal operation.
Type Aliases§
- Connection
Result - Wraps std::result::Result with a ConnectionError.
- Controller
Result - Wraps std::result::Result with a ControllerError.
- Remote
Result - Wraps std::result::Result with a RemoteError.