ExOpenSea.Http.Adapter behaviour (ex_open_sea v0.0.7)

Link to this section Summary

Link to this section Types

Link to this type

error_reason()

@type error_reason() ::
  :timeout | :nxdomain | Maptu.Extension.non_strict_error_reason() | term()
@type result() :: {:ok, ExOpenSea.Http.Response.t()} | {:error, error_reason()}

Link to this section Callbacks