Module error

Module error 

Source
Expand description

Error types and handling for the Claude Code Toolkit.

This module defines comprehensive error types using the thiserror crate for consistent error handling throughout the toolkit. All errors implement standard traits and provide detailed context for debugging and user feedback.

Enums§

ClaudeCodeError
Main error type for the Claude Code Toolkit.

Type Aliases§

Result
Convenient type alias for Results using ClaudeCodeError.