influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

Add error messages returned from InfluxDB to curl driver exceptions #131

Open pprkut opened 5 years ago

pprkut commented 5 years ago

This provides more useful error messages than just the HTTP status code, if available (especially useful in case of bad requests)