Struct dioxus_core::CapturedError
source · pub struct CapturedError {
pub error: Box<dyn Debug + 'static>,
pub scope: ScopeId,
}Expand description
An instance of an error captured by a descendant component.
Fields§
§error: Box<dyn Debug + 'static>The error captured by the error boundary
scope: ScopeIdThe scope that threw the error