Enum serenity::voice::DcaError[][src]

pub enum DcaError {
    IoError(IoError),
    InvalidHeader,
    InvalidMetadata(JsonError),
    InvalidSize(i32),
}

An error returned from the dca method.

Variants

Trait Implementations

impl Debug for DcaError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DcaError

impl Sync for DcaError