Enum serenity::prelude::VoiceError [] [src]

pub enum VoiceError {
    EndpointUrl,
    Streams,
    YouTubeDLRun(Output),
    YouTubeDLProcessing(Value),
    YouTubeDLUrl(Value),
    // some variants omitted
}

An error returned from the voice module.

Variants

An indicator that an endpoint URL was invalid.

An error occurred while checking if a path is stereo.

An error occurred while running youtube-dl.

An error occurred while processing the JSON output from youtube-dl.

The JSON output is given.

The url field of the youtube-dl JSON output was not present.

The JSON output is given.

Trait Implementations

impl Debug for VoiceError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VoiceError

impl Sync for VoiceError