Skip to content

handle errors in `re_action` when planning

Motivation

As a Hash Kern developer, I need to handle errors when doing a plan of an action and return a useful error message to the end user.

Current state

Errors when planning an action are not caught at all

Desired state

We catch those errors and print useful error messages

Steps

tbd