Enum allenap_libtftp::packet::ErrorCode [] [src]

pub enum ErrorCode {
    NotDefined,
    FileNotFound,
    AccessViolation,
    DiskFull,
    IllegalOperation,
    UnknownTransferId,
    FileAlreadyExists,
    NoSuchUser,
    BadOptions,
}

Variants

Methods

impl ErrorCode
[src]

Trait Implementations

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.