This gem works great. But if for some reason quickbase is down or not available for a request, then this gem doesnt raise any exception and returns nil or empty array depending on the method called. Like if we call do_query method, and for some reason the request fails with 404 or 500 status code. Then the method will return an empty array instead of raising an exception or something.