Enum rafy::Error [] [src]

pub enum Error {
    VideoNotFound,
    NetworkRequestFailed(Box<Error>),
}

The error type for rafy operations.

Variants

The requested video was not found.

A network request has failed.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Error

impl !Sync for Error