toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-llm-core
/
org.http4k.ai.llm
/
LLMError
LLMError
sealed
interface
LLMError
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