koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
prompt-executor-clients
/
ai.koog.prompt.executor.clients
/
LLMClientException
LLMClient
Exception
class
LLMClientException
(
clientName
:
String
,
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Exception for Koog LLM clients
Members
Constructors
LLMClient
Exception
Link copied to clipboard
constructor
(
clientName
:
String
,
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?