YamlElixir.ParsingError exception (yaml_elixir v2.12.0)

View Source

Summary

Types

t()

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

Functions

from_yamerl(arg1)