Skip to main content

Module error

Module error 

Source
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ยง

ChannelError
Errors raised by a CommandChannel.
CommandError
Errors raised by the command registry on the Rust side.
ExecuteErrorCode
Error codes returned when executing a command fails.
RegisterErrorCode
Error codes returned when registering a command fails.