Enum kube_client::client::OpensslTlsError [−][src]
pub enum OpensslTlsError {
CreateHttpsConnector(ErrorStack),
CreateSslConnector(SslConnectorError),
}This is supported on crate feature
client only.Expand description
Errors from OpenSSL TLS
Variants
CreateHttpsConnector(ErrorStack)
Tuple Fields
0: ErrorStackFailed to create OpenSSL HTTPS connector
CreateSslConnector(SslConnectorError)
Failed to create OpenSSL SSL connector
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
