Jaxon v2.0.2 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()] | 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