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-a2a
/
com.google.adk.kt.a2a.agent
/
BaseRemoteA2AAgent
/
AgentCardResolutionError
Agent
Card
Resolution
Error
common
class
AgentCardResolutionError
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Exception thrown when the agent card cannot be resolved.
Members
Constructors
Agent
Card
Resolution
Error
Link copied to clipboard
common
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?