Module error

Module error 

Source
Expand description

Error types for the crate.

Structs§

InvalidWindowId
The window ID is not valid.
NoSuitableAdapterFound
No suitable video adapter was found.
UnknownOverlay
The specified overlay was not found on the window.
UnsupportedImageFormat
An error indicating that the image data is not in a supported format.

Enums§

CreateWindowError
An error that can occur while creating a new window.
GetDeviceError
An error occured trying to find a usable graphics device.
ImageDataError
An error that can occur while interpreting image data.
SaveImageError
An error occured trying to save an image.
SetImageError
An error that can occur when setting the image of a window.