Failure

@Serializable
data class Failure(val reason: String, val action: Action, val timestamp: Long) : ExecutorResult

Data class representing a failed executor result.

Constructors

Link copied to clipboard
constructor(reason: String, action: Action, timestamp: Long)

Properties

Link copied to clipboard

The action that was taken that led to the failure.

Link copied to clipboard

The reason for the failure.

Link copied to clipboard

The timestamp when the failure occurred.