If get a chance to read some Elixir/Erlang code you'll see that pattern matching is used frequently to assert expected error codes. It does not mean ignore errors.
This is a common misunderstanding because unfortunately the slogan is frequently misinterpreted.