google-adk-kotlin
Toggle table of contents
0.9.0
common
Target filter
common
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.agents
/
LlmCallsLimitExceededException
Llm
Calls
Limit
Exceeded
Exception
common
class
LlmCallsLimitExceededException
(
message
:
String
)
:
Exception
Thrown when an invocation exceeds
RunConfig.maxLlmCalls
.
Members
Constructors
Llm
Calls
Limit
Exceeded
Exception
Link copied to clipboard
common
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?