ESClient v1.0.0 ESClient.CodecError exception View Source

An error that is returned or raised when decoding of response data or encoding of request data fails.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ESClient.CodecError{
  __exception__: term(),
  data: any(),
  operation: :decode | :encode,
  original_error: nil | any()
}