Tex.Types.Error (tex v0.2.3)

Link to this section Summary

Link to this section Types

Link to this type

error_type()

Specs

error_type() :: :tarball | :download | :install | :workspace | :unknown

Specs

t() :: %Tex.Types.Error{
  data: Keyword.t(),
  details: String.t(),
  type: error_type()
}

Link to this section Functions