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
Escin the picker orCtrl-Cat a prompt).