# `YamlElixir.ParsingError`
[🔗](https://github.com/KamilLelonek/yaml-elixir/blob/v2.12.1/lib/yaml_elixir/exceptions.ex#L6)

# `t`

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

# `from_yamerl`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
