LLMError class abstract
Error types that can occur when interacting with LLM providers.
- Implemented types
- Implementers
- AuthError
- ContentFilterError
- GenericError
- HttpError
- InvalidRequestError
- JsonError
- ModelNotAvailableError
- NotFoundError
- OpenAIResponsesError
- ProviderError
- QuotaExceededError
- RateLimitError
- ResponseFormatError
- ServerError
- StructuredOutputError
- TimeoutError
- ToolConfigError
- ToolExecutionError
- ToolValidationError
- UnsupportedCapabilityError
Constructors
- LLMError.new(String message)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited