Expand description
Error types for the RUI library
This module defines the error types that correspond to the original C++ library’s error code system, but implemented using Rust’s Result<T, E> pattern.
Enums§
- WuiError
- Main error type for RUI operations
Constants§
Functions§
- result_
to_ code - Convert a RuiResult to a C-compatible error code
Type Aliases§
- WuiResult
- Result type alias for RUI operations