// Returns a structured 500. The execution is still `Success` in the // log because the script ran cleanly — for an `Error`-status log entry // use throw.rhai instead. #{ statusCode: 500, body: #{ ok: false, why: "intentional" }, }