Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/but-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ pub enum Code {
/// the `but` CLI. Not a real failure — the frontend swaps it for a
/// neutral info toast.
CliInstallCancelled,
/// The user dismissed the macOS admin-privileges prompt when uninstalling
/// the `but` CLI. Like [`Code::CliInstallCancelled`], not a real failure.
CliUninstallCancelled,
/// The GitHub access token was rejected. Currently only synthesized by
/// the frontend when an Octokit response message starts with
/// "Not Found -" — kept here so the wire-level `Code` enum is the
Expand Down
Loading
Loading