Fail

data class Fail(val reason: String) : ExecutionDecision

Indicates that execution failed due to an unrecoverable condition.

Parameters

reason

Human-readable description of the failure.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard