org.llm4s.error.ConfigurationError
See theConfigurationError companion object
final case class ConfigurationError extends LLMError, NonRecoverableError
Raised when there is an issue with the client or operation configuration.
This is a NonRecoverableError: it indicates a permanent failure due to missing or invalid configuration values (e.g., missing base URL, invalid model name). The user must correct the configuration to resolve this error.
Value parameters
- message
-
human-readable description of the configuration error
- missingKeys
-
list of configuration keys that were missing or invalid
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait NonRecoverableErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article