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 schemaexternal-service— a tool or LLM call failedexpression— a JMESPath or template expression failed to evaluateoutput-quality— the LLM produced output that couldn't be parsedextraction— the LLM determined the requested data cannot be extractedauthorization— a policy denied the action