automata
automata copied to clipboard
Validate user opts to the `use Automaton` macro.
Let's add required fields validation, error handling
for user_opts
in Automaton.Config.Parser
using the Ecto.Schema
validation protocol
The NodeTypeError for user_opts[:node_type]
is just a string message now, we should make some real error types.