errx v0.1.6 Errx

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Errx{context: term(), error: term(), file: term(), func: term()}

Link to this section Functions

Link to this function

first(error)

first(any()) :: t()
Link to this macro

match(error_value)

(macro)
Link to this function

match(err1, err2)

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

wrap(error)

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

wrap(error, context)

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