tooluniverse.exceptions moduleΒΆ
ToolUniverse Exception Classes
Structured exceptions for tool execution errors with actionable recovery guidance.
- exception tooluniverse.exceptions.ToolError[source]ΒΆ
Bases:
ExceptionBase exception for all tool-related errors.
- exception tooluniverse.exceptions.ToolAuthError[source]ΒΆ
Bases:
ToolErrorAuthentication or authorization error (missing/invalid API key, permissions).
Bases:
ToolErrorTool or service is unavailable (network issues, service down, tool not found).
- exception tooluniverse.exceptions.ToolRateLimitError[source]ΒΆ
Bases:
ToolErrorRate limit or quota exceeded.
- exception tooluniverse.exceptions.ToolValidationError[source]ΒΆ
Bases:
ToolErrorParameter validation failed (invalid parameters, schema mismatch).
- exception tooluniverse.exceptions.ToolConfigError[source]ΒΆ
Bases:
ToolErrorTool configuration error (missing config, invalid setup).