Expand description
Top-level error type for the CLI and the SDK→user message mapping.
Enums§
Functions§
- exit_
code_ for - Map a CLI error to its process exit code.
- render
- Renders the error to a human-friendly message using the real process argv
for did-you-mean suggestions. Use
render_with_argvfrom tests where the simulated argv differs from the process argv. - render_
with_ argv - Like
renderbut uses the supplied argv values for did-you-mean lookup.