Module errors

Source
Expand description

crate error types

§Errors

Contains the crate’s error types.

Structs§

RemoteError
An error returned by the server as response to a request.

Enums§

ConnectionError
An error that may occur when processing requests that require new connections.
ControllerError
An error that may occur when an crate::api::Controller attempts to perform an illegal operation.

Type Aliases§

ConnectionResult
Wraps std::result::Result with a ConnectionError.
ControllerResult
Wraps std::result::Result with a ControllerError.
RemoteResult
Wraps std::result::Result with a RemoteError.