poison v4.0.1 Poison.ParseError exception

Link to this section Summary

Functions

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t()
t() :: %Poison.ParseError{
  __exception__: term(),
  pos: integer(),
  rest: term(),
  value: String.t()
}

Link to this section Functions

Callback implementation for Exception.message/1.