nimblehq / elixir-templates

Our optimized Elixir templates used in our projects
https://nimblehq.co
MIT License
86 stars 6 forks source link

Handle the Ecto Changeset error #178

Closed andyduong1920 closed 2 years ago

andyduong1920 commented 2 years ago

What happened

As we have faced with this error on 1 of our client project

Insight

Handle the {:error, Changeset} case as it's a regular response from the Ecto.

Proof Of Work

Tested on our client project.