Jaxon.ParseError exception (Jaxon v2.0.8) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Jaxon.ParseError{
  __exception__: term(),
  expected: [atom()] | nil,
  message: String.t() | nil,
  unexpected: {:incomplete, String.t()} | {:error, String.t()} | nil
}

Link to this section Functions

Link to this function

unexpected_event(got, expected)

View Source