Expand description
Unified error types for OpenRustClaw.
Uses thiserror for library errors. All crates map their errors into these types.
Enums§
- Channel
Error - Channel integration errors.
- Database
Error - Database layer errors.
- Distributed
Error - Distributed mode errors.
- Error
- Top-level error type for OpenRustClaw operations.
- Gateway
Error - Gateway errors.
- McpError
- MCP protocol errors.
- Memory
Error - Memory system errors.
- Provider
Error - LLM provider errors.
- Scheduler
Error - Scheduler errors.
- Security
Error - Security errors.
- Tool
Error - Tool execution errors.
- Voice
Error - Voice system errors.
Type Aliases§
- Result
- Convenient Result type alias.