core/exceptions library
Exceptions / Errors
- VanturaApiException
- Thrown when the Vantura API returns an error response.
- VanturaCancellationException
- Thrown when an operation is cancelled by the user.
- VanturaException
- Base class for all exceptions thrown by the Vantura SDK.
- VanturaIterationException
- Thrown when the agent exceeds the maximum allowed reasoning iterations.
- VanturaRateLimitException
- Thrown when the agent hits an API rate limit (HTTP 429).
- VanturaToolException
- Thrown when a tool execution fails.