ExMagicEden.Http.Adapter behaviour (ex_magic_eden v0.0.3)

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, ExMagicEden.Http.Response.t()} | {:error, error_reason()}

Link to this section Callbacks