automata icon indicating copy to clipboard operation
automata copied to clipboard

Validate user opts to the `use Automaton` macro.

Open upstarter opened this issue 5 years ago • 0 comments

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.

upstarter avatar Feb 23 '20 18:02 upstarter