Enum quicksilver::sound::SoundError[][src]

pub enum SoundError {
    UnrecognizedFormat,
    IOError(IOError),
}

An error generated when loading a sound

Variants

The sound file is not in an format that can be played

The Sound was not found or could not be loaded

Trait Implementations

impl Debug for SoundError
[src]

Formats the value using the given formatter. Read more

impl Display for SoundError
[src]

Formats the value using the given formatter. Read more

impl Error for SoundError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for SoundError

impl Sync for SoundError