Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/secret-1password / / OpCliErrorKind
Type Alias: OpCliErrorKind
ts
type OpCliErrorKind =
| "binary-missing"
| "signed-out"
| "reference-not-found"
| "timeout"
| "unknown";Defined in: packages/secret-1password/src/op-cli.ts:101
Stable
signed-out covers every operator-fixable auth state: not signed in, an expired session, and (op CLI 2.35+) no accounts configured
- the error's
hintdistinguishes the setup path.