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

Link to this section Summary

Link to this section Types

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

Link to this section Functions