Jaxon v1.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()],
  message: String.t(),
  unexpected: atom()
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Link to this function message(exception) View Source
message(t()) :: String.t()

Callback implementation for Exception.message/1.

Link to this function unexpected_event(got, expected) View Source