Errx (errx v0.2.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %Errx{file: term(), func: term(), parent: term(), reason: term()}

Link to this section Functions

Link to this macro

match(any)

(macro)

Specs

match(any()) :: any()
Link to this function

match(err1, err2)

Specs

match({:error, any()} | t(), {:error, any()} | t()) :: boolean()

Specs

wrap({:error, any()} | t()) :: t()
Link to this function

wrap(parent_error, child_error)

Specs

wrap({:error, any()} | t(), {:error, any()} | t()) :: t()