How to Capture All Errors Returned by a Function Call in Elixir
Error propagation in Elixir follows a different logic from that of mainstream languages. Here’s a blog post showing you how to capture all errors in an Elixir application.
Read next Phoenix - First Impressions