View Source Jason.Uo.DecodeError exception (jason_uo v1.4.99)

Summary

Functions

Callback implementation for Exception.message/1.

Types

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

Functions

Callback implementation for Exception.message/1.