Skip to content
Talk to our solutions team

Error Codes

Errors are structured { "code": "…", "message": "…" }.

CodeMeaning
definition_invalidThe evaluation Definition failed validation
param_invalidAn evaluator or metric parameter is invalid
evaluator_unknownUnknown evaluator kind
metric_unknownUnknown metric kind
dataset_unresolvedThe dataset ref could not be loaded
subject_runner_missingThe subject needs a live runner that wasn’t supplied
label_mismatchPredictions and labels don’t line up for a metric
script_unavailableA script evaluator was used with no script host
conformer_missingA conforms evaluator was used with no schema conformer
evaluator_failedAn evaluator errored while running a case
CodeMeaning
judge_failedAn LLM judge errored
judge_model_missingA judge kind was used with no model wired
embedder_missingreference_semantic was used with no embedder
classifier_missingA safety classifier was used with no classifier wired
tokenizer_missingA token gate was used with no tokenizer

A missing backend fails only the affected evaluator — the rest of the pipeline still runs and scores.

CodeMeaning
eval_not_foundNo evaluation by that name
eval_unsignedThe definition isn’t signed and signatures are required
subject_runner_unavailableThe subject can’t be run
dataset_forbiddenReference-based evaluators aren’t allowed on traffic rows
baseline_missingNo baseline set for a diff
promotion_invalidAn agentic definition failed promotion checks
sample_rate_exceededTraffic sampling above the configured cap
tenant_scopeThe evaluation is outside the caller’s tenant scope
gate_timeoutThe CI gate timed out — treated as a fail (fail-closed)