Enum embedded_tls::alert::AlertDescription
source · pub enum AlertDescription {
Show 27 variants
CloseNotify,
UnexpectedMessage,
BadRecordMac,
RecordOverflow,
HandshakeFailure,
BadCertificate,
UnsupportedCertificate,
CertificateRevoked,
CertificateExpired,
CertificateUnknown,
IllegalParameter,
UnknownCa,
AccessDenied,
DecodeError,
DecryptError,
ProtocolVersion,
InsufficientSecurity,
InternalError,
InappropriateFallback,
UserCanceled,
MissingExtension,
UnsupportedExtension,
UnrecognizedName,
BadCertificateStatusResponse,
UnknownPskIdentity,
CertificateRequired,
NoApplicationProtocol,
}
Variants§
CloseNotify
UnexpectedMessage
BadRecordMac
RecordOverflow
HandshakeFailure
BadCertificate
UnsupportedCertificate
CertificateRevoked
CertificateExpired
CertificateUnknown
IllegalParameter
UnknownCa
AccessDenied
DecodeError
DecryptError
ProtocolVersion
InsufficientSecurity
InternalError
InappropriateFallback
UserCanceled
MissingExtension
UnsupportedExtension
UnrecognizedName
BadCertificateStatusResponse
UnknownPskIdentity
CertificateRequired
NoApplicationProtocol
Implementations§
Trait Implementations§
source§impl Clone for AlertDescription
impl Clone for AlertDescription
source§fn clone(&self) -> AlertDescription
fn clone(&self) -> AlertDescription
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more