View Source ExTrade.Response (ExTrade v0.0.1)

Link to this section Summary

Link to this section Types

@type error_t() :: {:error, HTTPoison.Error.t() | ExTrade.Response.Error.t()}
@type success_t() :: {:ok, list() | map() | String.t()}
@type t() :: success_t() | error_t()