Expand description
12-category tool invocation error taxonomy (arXiv:2601.16280).
The ToolErrorCategory and ErrorDomain enums are defined in zeph-common and
re-exported here for backwards compatibility. Tool-specific helpers (classify_http_status,
classify_io_error, ToolErrorFeedback) remain in this module.
Structs§
- Tool
Error Feedback - Structured error feedback injected as
tool_resultcontent for classified errors.
Enums§
- Error
Domain - High-level error domain for recovery strategy dispatch.
- Tool
Error Category - Fine-grained 12-category classification of tool invocation errors.
- Tool
Invocation Phase - Invocation phase in which a tool failure occurred, per arXiv:2601.16280.
Traits§
- Tool
Error Category Ext - Extension trait adding
zeph-tools-specific methods toToolErrorCategory.
Functions§
- classify_
http_ status - Classify an HTTP status code into a
ToolErrorCategory. - classify_
io_ error - Classify an
io::Errorinto aToolErrorCategory.