Enum quicr_core::EndpointError[][src]

pub enum EndpointError {
    Tls(Error),
    Keylog(Error),
    ProtocolTooLong(Box<[u8]>),
}

Variants

Trait Implementations

impl Debug for EndpointError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for EndpointError
[src]

Performs the conversion.

impl From<ErrorStack> for EndpointError
[src]

Performs the conversion.

Auto Trait Implementations