Enum sozu_lib::https::ListenerError
source · pub enum ListenerError {
LockError(String),
ResolverError(GenericCertificateResolverError),
PemParseError(String),
BuildRustlsError(String),
}
Variants§
LockError(String)
ResolverError(GenericCertificateResolverError)
PemParseError(String)
BuildRustlsError(String)
Trait Implementations§
source§impl Debug for ListenerError
impl Debug for ListenerError
source§impl Display for ListenerError
impl Display for ListenerError
source§impl Error for ListenerError
impl Error for ListenerError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()