Module wui_error

Module wui_error 

Source
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§

WUI_FAIL
WUI_OK

Functions§

result_to_code
Convert a RuiResult to a C-compatible error code

Type Aliases§

WuiResult
Result type alias for RUI operations