Enum quicksilver::graphics::AtlasError[][src]

pub enum AtlasError {
    ImageError(ImageError),
    ParseError(&'static str),
    IOError(IOError),
}

An error generated when trying to load an atlas

Variants

An error created when loading one of the images

An error created parsing the Atlas manifest

An error created loading the atlas manifest

Trait Implementations

impl Debug for AtlasError
[src]

Formats the value using the given formatter. Read more

impl Display for AtlasError
[src]

Formats the value using the given formatter. Read more

impl Error for AtlasError
[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 AtlasError

impl Sync for AtlasError