ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

adds `HttpStatusException` for non-200 responses #67

Closed barend closed 4 years ago

barend commented 4 years ago

This exception type exposes the HTTP status code and response body for programmatic access. It is returned for HTTP status codes other than 200.