Skip to main content

Crate re_error

Crate re_error 

Source
Expand description

Helpers for error handling.

Constants§

DETAILS_SEPARATOR
The separator used to split error messages into a summary and details.

Functions§

downcast_source
Walk the source chain of error (starting from error itself) and return the first source that can be downcast to T.
format
Format an error, including its chain of sources.
format_ref
Format an error, including its chain of sources.
format_with_details
Format an error with details coming after DETAILS_SEPARATOR.
split_details
Split a message that may contain a DETAILS_SEPARATOR into summary and optional details.