Expand description
Structured error type for the Coordination Platform tools.
Every execute_* entry point returns Result<T, ContentError>. The daemon
converts this into a tool execution error via
impl From<ContentError> for ToolExecError. Production code never panics —
all failures (subxt/interop, IPFS, indexer, protobuf decode, item-id
derivation, account/keystore, config) are surfaced here.
Enums§
- Content
Error - Errors produced by the Choreographr Coordination Platform tools.