Module error

Module error 

Source
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ยง

ErrorView
A View wrapper that renders a boxed std::error::Error.
ErrorViewBuilder
Holds a custom renderer used to turn errors into views.