YamlElixir.ParsingError exception (yaml_elixir v2.8.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %YamlElixir.ParsingError{
  __exception__: term(),
  column: integer() | nil,
  line: integer() | nil,
  message: String.t(),
  type: atom() | nil
}

Link to this section Functions