YamlElixir.ParsingError exception (yaml_elixir v2.12.2)

Copy Markdown View Source

Summary

Types

t()

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

Functions

from_yamerl(arg1)