Forensic v0.2.2 Forensic.Errors View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Forensic.Errors{
  history: [
    %Forensic.Error{
      bindings: term(),
      contents: term(),
      description: term(),
      function: term(),
      module: term()
    }
  ]
}

Link to this section Functions

Link to this function

add(errors, description, module, function, bindings, contents) View Source
add(Forensic.Errors.t(), any(), any(), any(), any(), any()) :: [...]

Link to this function

new(description, module, function, bindings, contents) View Source
new(any(), any(), any(), any(), any()) :: Forensic.Errors.t()