unionstreetmedia / elasticsearch-backup

Nodejs util to back up an Elasticsearch cluster/index/type
3 stars 0 forks source link

Fix REST Error Handling #2

Closed eborden closed 10 years ago

eborden commented 10 years ago

Currently REST errors are not handled. Anything other than a 200 will cause failure. Ex: an empty index will silently error. Handle all rest error codes in client.

eborden commented 10 years ago

Index error was a separate issue. Closing as no longer a bug.