Expand description
Error handling utilities for converting standard errors into renderable views. Utilities for displaying runtime errors inside WaterUI views.
The types in this module let applications convert any std::error::Error
into a View that can be rendered by the UI, optionally leveraging a
user-supplied builder stored in the Environment.
Structsยง
- Error
View - A
Viewwrapper that renders a boxedstd::error::Error. - Error
View Builder - Holds a custom renderer used to turn errors into views.