Skip to content

remora-monorepo


remora-monorepo / lib / ErrorCategory

Type Alias: ErrorCategory

ErrorCategory = "configuration" | "validation" | "external-service" | "expression" | "output-quality" | "extraction" | "authorization"

Defined in: packages/core/src/executor/errors.ts:20

High-level category of a step execution error.

  • configuration — the workflow is misconfigured (missing tools, no agent)
  • validation — input or output data doesn't match the expected schema
  • external-service — a tool or LLM call failed
  • expression — a JMESPath or template expression failed to evaluate
  • output-quality — the LLM produced output that couldn't be parsed
  • extraction — the LLM determined the requested data cannot be extracted
  • authorization — a policy denied the action