ESClient v0.1.0 ESClient.ResponseError exception View Source

An error that is returned or raised when the search endpoint returns error details.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ESClient.ResponseError{
  __exception__: term(),
  col: nil | non_neg_integer(),
  data: nil | %{optional(atom()) => any()},
  line: nil | non_neg_integer(),
  reason: any(),
  status_code: integer(),
  type: nil | String.t()
}