Enum agde_io::ApplicationError

source ·
pub enum ApplicationError {
    UnexpectedServerClose,
    StoragePermissions,
    StreamBroken,
    PiersRejected,
    ConnectionFailed(String),
}

Variants§

§

UnexpectedServerClose

§

StoragePermissions

§

StreamBroken

§

PiersRejected

§

ConnectionFailed(String)

Trait Implementations§

source§

impl Debug for ApplicationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more