Ensures correct JSON encoding.
The Wunderground.API.Error struct
t() :: %Wunderground.API.Error{description: String.t, type: String.t}
The Wunderground.API.Error struct.
%Wunderground.API.Error{ description: "No cities match your search query", type: "querynotfound" }