http4k-ai-llm-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-llm-core
http4k-ai-llm-core
/
org.http4k.ai.llm
/
LLMError
LLMError
sealed
interface
LLMError
(
source
)
Inheritors
Http
Timeout
NotFound
Internal
Custom
Members
Types
Custom
Link copied to clipboard
data
class
Custom
<
T
>
(
val
error
:
T
)
:
LLMError
Http
Link copied to clipboard
data
class
Http
(
val
response
:
Response
)
:
LLMError
Internal
Link copied to clipboard
data
class
Internal
(
val
cause
:
Exception
)
:
LLMError
Not
Found
Link copied to clipboard
data
object
NotFound
:
LLMError
Timeout
Link copied to clipboard
data
object
Timeout
:
LLMError