Enum security_framework::secure_transport::ClientHandshakeError [−][src]
pub enum ClientHandshakeError<S> {
Failure(Error),
Interrupted(MidHandshakeClientBuilder<S>),
}
Expand description
An error or intermediate state after a TLS handshake attempt.
Variants
The handshake failed.
Tuple Fields of Failure
0: Error
The handshake was interrupted midway through.