Overview
typeCore Record

EmptyRaceError

Domain error returned when `race` is called with an empty behavior record.

Signature

tsSignature
export type EmptyRaceError = {
kind: "empty_race";
};

Imports

tsImport
import { EmptyRaceError } from "@/lib/flow/core/record";
import { EmptyRaceError } from "@/lib/flow";

Source

tsflow/core/record.ts:110-112
export type EmptyRaceError = {
kind: "empty_race";
};