Signature
tsSignature
export type RuntimeError = Cancelled | Thrown;Imports
tsImport
import { RuntimeError } from "@/lib/flow/core/runtime";import { RuntimeError } from "@/lib/flow";Details
Domain errors describe expected application failures. `RuntimeError` describes cancellation or
unexpected thrown exceptions observed by the Flow runtime.
Related Symbols
Source
tsflow/core/runtime.ts:31-31
export type RuntimeError = Cancelled | Thrown;