koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.exception
/
AgentEngineException
Agent
Engine
Exception
sealed
class
AgentEngineException
:
AgentRuntimeException
(
source
)
Base class for representing an
ai.koog.agents.core.model.AgentServiceError
response from the server.
Inheritors
UnexpectedServerException
UnexpectedMessageTypeException
MalformedMessageException
AgentNotFoundException
Members
Members & Extensions
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
Agent
Error
Link copied to clipboard
fun
Throwable
.
toAgentError
(
)
:
AIAgentError