JSONCodec.Error exception (json_codec v0.1.1)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %JSONCodec.Error{
  __exception__: term(),
  expected: term(),
  got: term(),
  path: [atom() | String.t() | non_neg_integer()],
  reason: atom()
}