Snap.ResponseError exception (Snap v0.13.0)

View Source

Represents an Elasticsearch exception raised while executing a query.

Summary

Types

t()

@type t() :: %Snap.ResponseError{
  __exception__: true,
  col: integer() | nil,
  line: integer() | nil,
  message: String.t() | nil,
  raw: map() | nil,
  status: integer() | nil,
  type: String.t() | nil
}