splitch

DocsAPIDECISION_BLOCKED.md

DECISION_BLOCKED

HTTP status
409
Details payload
{ runId: string, resultToken: string, dataWatermark: string, failures: DecisionFailure[] }

Cause

One or more checks in the shipped Experiment decision gate failed, so the Run cannot be concluded.

Fix

Read every member of details.failures; each one names the failed gate check and its evidence. Resolve the underlying result condition or Start a different valid Run. There is no override path.

Related codes