View Source CoseDellaVitaEx.Helpers.ErrorHelpers (CoseDellaVitaEx v0.0.2)

Conveniences for translating and building error messages.

Link to this section Summary

Functions

Translates an error message.

Link to this section Functions

Translates an error message.

examples-doctests

Examples / doctests

iex> translate_error({"should be at least %{count} characters", [count: 3]})
"should be at least 3 characters"