Skip to content

ExperimentFailureCode

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentFailureCode Enum

Identifies a stable experiment failure category.

public enum ExperimentFailureCode

Fields

ExecutionFailed 0

Task execution threw an exception.

AttemptTimedOut 1

The attempt deadline was requested before execution completed.

TaskCanceled 2

The task canceled independently of caller cancellation and timeout.

EvaluationFailed 3

Item evaluation threw an exception.

RetryPolicyFailed 4

The retry policy failed while selecting the next attempt.

RunEvaluationFailed 5

A run evaluator or its metric normalization failed.

PolicyFailed 6

An experiment policy failed.

ItemScopeFailed 7

An item scope failed during entry, activation, completion, or disposal.

ItemScopePrerequisiteFailed 8

An explicitly required item scope prevented the next task attempt.

ResultSinkFailed 9

A final experiment result sink failed during publication.