NonRetryableError
minor suggestion: display error messages on the dashboard/api
currently, a
just shows up as
3 Replies
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.

ahh didn't know I had to expand the attempt, I was just looking at output N/A. Thanks :)
You're welcome!