Skip to main content

build_error_envelope

Function build_error_envelope 

Source
pub fn build_error_envelope(
    err: &(dyn Error + 'static),
    system: &str,
) -> Envelope
Expand description

Builds an error envelope, preserving structured details from known error types.