GoalNotApproved

class GoalNotApproved(val basis: Any, val goalRankings: Rankings<Goal>, val reason: String, val agentPlatform: AgentPlatform) : ProcessExecutionException, AgentPlatformEvent

The Ranker chose a goal, but it was rejected by the GoalApprover

Constructors

Link copied to clipboard
constructor(basis: Any, goalRankings: Rankings<Goal>, reason: String, agentPlatform: AgentPlatform)

Properties

Link copied to clipboard
open override val agentPlatform: AgentPlatform
Link copied to clipboard
Link copied to clipboard
val basis: Any
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard