Module error

Source
Expand description

Protocol error types.

Structs§

ProtocolError
A “one size fits all” error type for the protocol. Contains a boxed error, and the error type.
SerializableProtocolError
A serializable variant of the protocol error. Contains a description of the error and the error type.

Enums§

ProtocolErrorType
The error type of the ProtocolError.