pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

[feat] Added underlying error on Deserialization to better debug #35

Closed lubbo closed 5 years ago

lubbo commented 5 years ago

Error description hides technical deserialization problems. Better then to include the original error in the thrown Error.

prafsoni commented 5 years ago

@lubbo please checkout alpha 8 it has some serious improvements in error handling.

FYI — currently dev is unstable and behind master