Occurs when a run fails.

interface ThreadRunFailed {
    data: Run;
    event: "thread.run.failed";
}

Properties

Properties

data: Run

Represents an execution run on a thread.

event: "thread.run.failed"