#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
#[non_exhaustive]
pub enum RecordError {
ProfileMismatch,
Truncated,
LengthOverflow,
RecordOverflow,
EmptyFragment,
UnsupportedContentType,
HeartbeatRejected,
UnprotectedApplicationData,
InvalidCiphertextType,
InvalidCiphertextVersion,
InvalidPlaintextVersion,
InvalidPlaintextEpoch,
InvalidUnifiedHeader,
ConnectionIdMismatch,
ConnectionIdTooLong,
InsufficientOutput,
}