ef-labs / vertx-elasticsearch-service

Vert.x elasticsearch service with event bus proxying
57 stars 18 forks source link

Better error propagation #31

Closed marcust closed 8 years ago

marcust commented 8 years ago

The current approach swallows to much information, because ES communications most of the error via getDetailedMessage and not via getMessage. Therefore I propose to report errors via the getDetailedMessage, at least in case of a ElasticsearchException