Quickly an easily throw an error in your workflow so you can quickly catch, debug, and fix any issues.
export default defineComponent({ async run({steps, $}) { throw new Error('Oops something went wrong') }, })
Quickly throw an error from your workflow.
The Error API does not require authentication.