jason v1.1.2 Jason.DecodeError exception View Source

Link to this section Summary

Functions

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %Jason.DecodeError{
  __exception__: term(),
  data: String.t(),
  position: integer(),
  token: term()
}

Link to this section Functions

Callback implementation for Exception.message/1.