Pipehammer v0.1.1 Pipehammer.Error View Source

Opt-in macros for simpler error construction and matching. It works with Pipehammer error handler, too.

Link to this section Summary

Link to this section Types

Link to this type

error(e)

View Source
error(e) :: {:error, e}
Link to this type

error(e, a)

View Source
error(e, a) :: {:error, {e, a}}
Link to this type

error(e, a, b)

View Source
error(e, a, b) :: {:error, {e, a, b}}
Link to this type

error(e, a, b, c)

View Source
error(e, a, b, c) :: {:error, {e, a, b, c}}
Link to this type

error(e, a, b, c, d)

View Source
error(e, a, b, c, d) :: {:error, {e, a, b, c, d}}

Link to this section Functions