Expand description
Error types for the command registry.
Mirrors the error hierarchy in
packages/cmd-ipc/src/registry/command-errors.ts so the wire-level
error codes stay byte-identical across the Rust and TypeScript
implementations.
Enumsยง
- Channel
Error - Errors raised by a
CommandChannel. - Command
Error - Errors raised by the command registry on the Rust side.
- Execute
Error Code - Error codes returned when executing a command fails.
- Register
Error Code - Error codes returned when registering a command fails.