SubgraphExecutionFailedEvent
data class SubgraphExecutionFailedEvent(val runId: String, val subgraphName: String, val input: JsonElement?, val error: AIAgentError, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : DefinedFeatureEvent(source)
Represents an event triggered when the execution of a specific subgraph fails.
Constructors
Link copied to clipboard
constructor(runId: String, subgraphName: String, input: JsonElement?, error: AIAgentError, timestamp: Long = Clock.System.now().toEpochMilliseconds())