Represents an Elasticsearch exception raised while executing a query.
t() :: %Snap.ResponseError{ __exception__: term(), col: integer() | nil, line: integer() | nil, message: String.t() | nil, raw: map() | nil, status: integer() | nil, type: String.t() | nil }