mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 07:09:59 +00:00
fix(producer): reject impossible distributed durations (#1732)
This commit is contained in:
@@ -95,3 +95,13 @@ export type {
|
||||
CompositionMetadataJson,
|
||||
LockedRenderConfig,
|
||||
} from "./services/render/stages/freezePlan.js";
|
||||
|
||||
// ── Plan-time validation errors ────────────────────────────────────────────
|
||||
// Export typed deterministic validation codes so orchestration adapters can
|
||||
// mark authoring/configuration failures as terminal while still retrying real
|
||||
// infrastructure faults.
|
||||
export {
|
||||
DISTRIBUTED_DURATION_OUT_OF_RANGE,
|
||||
MAX_DISTRIBUTED_DURATION_SECONDS,
|
||||
PlanValidationError,
|
||||
} from "./services/render/planValidation.js";
|
||||
|
||||
Reference in New Issue
Block a user