Skip to main content

Module error_boundary

Module error_boundary 

Source
Expand description

Widget error boundaries with panic recovery.

Wraps any widget in a safety boundary that catches panics during rendering and displays a fallback error indicator instead of crashing the application.

Structs§

CapturedError
Captured error from a widget panic.
CustomErrorBoundary
A widget wrapper with custom fallback support.
ErrorBoundary
A widget wrapper that catches panics from an inner widget.
FallbackWidget
A standalone fallback widget for rendering error indicators.

Enums§

ErrorBoundaryState
State for an error boundary.

Type Aliases§

FallbackFactory
Type alias for custom fallback factory functions.