Occurs when a run step fails.

interface ThreadRunStepFailed {
    data: RunStep;
    event: "thread.run.step.failed";
}

Properties

Properties

data: RunStep

Represents a step in execution of a run.

event: "thread.run.step.failed"