Failed

data class Failed(val effectId: EffectId, val ownerId: OwnerId?, val triggerAction: Action, val cause: Throwable?) : FlowEffectState

Constructors

Link copied to clipboard
constructor(effectId: EffectId, ownerId: OwnerId?, triggerAction: Action, cause: Throwable?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val effectId: EffectId
Link copied to clipboard
open override val ownerId: OwnerId?
Link copied to clipboard
open override val triggerAction: Action