Expand description
Error related types and implementations.
Enums§
- Error
- Unified error type for this crate.
- Invalid
Message - A corrupt TLS message payload that resulted in an error.
- Peer
Misbehaved - The set of cases where we failed to make a connection because we thought the peer was misbehaving.
Type Aliases§
- Result
- Specialized
Result
type for this crate.