RunFailed

data class RunFailed(val error: KSLRuntimeError) : RunEvent(source)

Terminal event — emitted when an unexpected exception is thrown during replication execution. Always the last event on the flow.

Constructors

Link copied to clipboard
constructor(error: KSLRuntimeError)

Properties

Link copied to clipboard

typed description of the failure