Systemd.UnitFile.ParseError exception (systemd v0.1.0-pre.1)

Copy Markdown View Source

Structured parser error for systemd unit files.

Summary

Types

t()

@type t() :: %Systemd.UnitFile.ParseError{
  __exception__: term(),
  column: non_neg_integer(),
  line: pos_integer(),
  reason: term(),
  rest: String.t()
}