Enum iui::UIError [−][src]
The error type returned by functions in this crate which might fail.
Variants
FailedInitError
Signifies that the underlying library was unable to properly hook into the platform's GUI APIs.
Fields of FailedInitError
error: String |
MultipleInitError()
Signifies that an attempt was made to initialize a new instance of the underlying library while one already existed.
TabGroupIndexOutOfBounds
Signifies that an attempt was made to remove a tab from a tab group that was out of bounds.
Fields of TabGroupIndexOutOfBounds
index: u64 | |
n: u64 |