Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/executor / ExecutorErrorCode

Type Alias: ExecutorErrorCode

ts
type ExecutorErrorCode = 
  | "config"
  | "timeout"
  | "aborted"
  | "output-cap"
  | "exit"
  | "protocol"
  | "spawn"
  | "ledger";

Defined in: packages/executor/src/spi.ts:14

Why an isolated dispatch failed.