org.llm4s.error.NetworkError
See theNetworkError companion object
final case class NetworkError extends LLMError, RecoverableError
Raised when a network-level failure occurs during communication with the LLM provider.
This is a RecoverableError: it indicates transient failures such as connection drops, DNS resolution failures, or temporary unreachability. Retrying the operation may succeed.
Value parameters
- cause
-
optional underlying exception that caused the failure (e.g., java.net.ConnectException)
- endpoint
-
the URL or endpoint that was being accessed
- message
-
human-readable description of the network failure
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait RecoverableErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article