Crate errors

Source

Macros§

ffx_bail
ffx_bail_with_code
ffx_error
ffx_error_with_code

Enums§

FfxError
The ffx main function expects a anyhow::Result from ffx plugins. If the Result is an Err it be downcast to FfxError, and if successful this error is presented as a user-readable error. All other error types are printed with full context and a BUG prefix, guiding the user to file bugs to improve the error condition that they have experienced, with a goal to maximize actionable errors over time.

Constants§

BUG_REPORT_URL

Traits§

IntoExitCode
ResultExt