Elixium Core v0.6.3 Elixium.Error View Source

Converts error tuples to human-readable strings.

Link to this section Summary

Functions

Converts a tuple in the form {:error, any} to a string

Link to this section Functions

Link to this function to_string(err) View Source
to_string({:error, any()}) :: String.t()

Converts a tuple in the form {:error, any} to a string.