View Source Jason.DecodeError exception (jason v1.4.0)

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

@type t() :: %Jason.DecodeError{
  __exception__: true,
  data: String.t(),
  position: integer(),
  token: term()
}

Link to this section Functions

Callback implementation for Exception.message/1.