danielberkompas/elasticsearch-elixir

Missing Elasticsearch.Exception.t causes dialyzer error

pwcsquared opened this issue · 0 comments

Elasticsearch.ex specifies a response type:
@type response :: {:ok, map} | {:error, Elasticsearch.Exception.t()}
but there is no type attribute in Elasticsearch.Exception.