elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

[ENHANCEMENT] #187

Open raybog opened 2 years ago

raybog commented 2 years ago

Is your feature request related to a problem? Please describe. When an error is returned by ES there is no straightforward way to get the content of the body. In many cases only the message in the body explains the reasons of the problem/error.

Describe the solution you'd like Ideally elasticsearch::Error struct should have some way to access the response body if there is one.