Skip to main content

Module error

Module error 

Source
Expand description

Structural error types.

Every recoverable failure flows through anyhow::Result; this module holds only the markers that callers need to pattern-match on.

Structsยง

Canceled
Returned when the user cancels an interactive operation (for example, hits Esc in the picker or Ctrl-C at a prompt).