NotFound

data class NotFound(val runId: RunId) : ResumeOutcome<Nothing, Nothing>

No entries exist for this RunId in the journal.

Callers should treat this as "never started" and either start a fresh run or handle it as a business error.

Parameters

runId

The run identifier that was looked up.

Constructors

Link copied to clipboard
constructor(runId: RunId)

Properties

Link copied to clipboard