Annex v0.2.1 Annex.AnnexError exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Annex.AnnexError{
  __exception__: term(),
  details: Keyword.t(),
  message: String.t()
}

Link to this section Functions

Link to this function

add_details(error, details) View Source
add_details(t(), Keyword.t()) :: t()

Link to this function

build(message, details) View Source
build(String.t(), Keyword.t()) :: t()