Jaxon v1.0.10 Jaxon.ParseError exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Jaxon.ParseError{
  __exception__: term(),
  expected: [atom()],
  message: String.t(),
  unexpected: atom()
}

Link to this section Functions

Link to this function

unexpected_event(got, expected) View Source