View Source Geo.JSON.Decoder.DecodeError exception (Geo v3.5.1)

Link to this section Summary

Link to this section Types

@type t() :: %Geo.JSON.Decoder.DecodeError{
  __exception__: true,
  message: String.t(),
  value: any()
}