Enum radiant_rs::Error [] [src]

pub enum Error {
    ImageError(String),
    ShaderError(String),
    IoError(Error),
    Failed,
}

Radiant errors.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Converts io error to radiant error

impl From<ImageError> for Error
[src]

Converts image error to radiant error