Enum ffsend_api::file::remote_file::FileParseError[][src]

pub enum FileParseError {
    UrlFormatError(UrlParseError),
    InvalidUrl,
    InvalidSecret,
}

Variants

An URL format error.

An error for an invalid share URL format.

An error for an invalid secret format, if an URL fragmet exists.

Trait Implementations

impl Debug for FileParseError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations