Errx (errx v0.2.5)

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(any(), any()) :: boolean()

Specs

wrap(any()) :: t()
Link to this function

wrap(parent_error, child_error)

Specs

wrap(any(), any()) :: t()