errx v0.1.3 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

unwrap(error)

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

wrap(error)

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

wrap(error, context)

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