View Source Geo.JSON.Encoder.EncodeError exception (Geo v3.5.1)

Link to this section Summary

Link to this section Types

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