createFailedHarnessRun
createFailedHarnessRun(
input,error,options?):HarnessRun
Builds a JSON-safe failed run for errors that happen before a harness can return.
Parameters
Section titled “Parameters”unknown
Original input passed to the harness.
unknown
Error thrown by setup or execution.
options?
Section titled “options?”Optional artifacts to preserve on the failed run.
artifacts?
Section titled “artifacts?”Record<string, JsonValue>