Skip to content

remora-monorepo


remora-monorepo / lib / WorkflowFailureCode

Type Alias: WorkflowFailureCode

WorkflowFailureCode = WorkflowGiveUpCode | "retries-exhausted"

Defined in: packages/core/src/generator/index.ts:79

A code reported on GenerateWorkflowResult.failureCode when success is false. Includes every WorkflowGiveUpCode the agent may emit, plus "retries-exhausted", which is set automatically when the retry budget is spent on compile errors rather than by the agent calling giveUp.