Exception: FlightStats::API::BadRequest

Inherits:
ClientError show all
Defined in:
lib/flightstats/api/errors.rb

Overview

400 Bad Request

Something was wrong with the request submitted, and it must be corrected before it can succeed. The response body will include details about the error.

Instance Attribute Summary

Attributes inherited from ResponseError

#request, #response

Method Summary

Methods inherited from ResponseError

#code, #initialize, #message, #to_s

Methods inherited from Error

#set_message, #to_s

Constructor Details

This class inherits a constructor from FlightStats::API::ResponseError