Enum piston_window::Error
[−]
[src]
pub enum Error {
Texture(CombinedError),
IoError(Error),
NoFont,
}An enum to represent various possible run-time errors that may occur.
Variants
Texture(CombinedError)An error happened when creating a gfx texture.
IoError(Error)An io error happened when reading font files.
NoFontNo font was found in the file.