NonRetryableError

minor suggestion: display error messages on the dashboard/api currently, a
throw new NonRetryableError("File too big!")
throw new NonRetryableError("File too big!")
just shows up as
The execution of the Workflow instance was terminated, as a step threw an NonRetryableError and it was not handled
The execution of the Workflow instance was terminated, as a step threw an NonRetryableError and it was not handled
3 Replies
Olga Silva
Olga Silva3w ago
Hey, you actually have the error you're throwing associated with the step that failed. The message you're referring to is the error we're throwing for the entire Workflow instance failing due to a NonRetryableError.
No description
jepcd
jepcdOP3w ago
ahh didn't know I had to expand the attempt, I was just looking at output N/A. Thanks :)
Olga Silva
Olga Silva3w ago
You're welcome!

Did you find this page helpful?