wunderground v0.0.6 Wunderground.API.Error

Ensures correct JSON encoding.

Link to this section Summary

Types

t()

The Wunderground.API.Error struct

Link to this section Types

Link to this type t()
t() :: %Wunderground.API.Error{description: String.t, type: String.t}

The Wunderground.API.Error struct.

Example

%Wunderground.API.Error{
  description: "No cities match your search query",
  type: "querynotfound"
}