Expand description
Protocol error types.
Structs§
- Protocol
Error - A “one size fits all” error type for the protocol. Contains a boxed error, and the error type.
- Serializable
Protocol Error - A serializable variant of the protocol error. Contains a description of the error and the error type.
Enums§
- Protocol
Error Type - The error type of the
ProtocolError
.