Exception: Mistri::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Mistri::Error
- Defined in:
- lib/mistri/errors.rb
Overview
Root of every error Mistri raises, so a host can rescue Mistri::Error.
Only failures the model cannot recover from raise: configuration, transport, budgets, aborts. A tool that fails during a run becomes an in-band tool result the model can react to, never an exception out of the loop.
Direct Known Subclasses
AbortError, BudgetError, CompactionError, ConfigurationError, EditError, MCP::Error, ProviderError, SchemaError