Exception: FlightStats::API::ClientError

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

Overview

4xx Client Error

The superclass to all client errors (responses with status code 4xx).

Direct Known Subclasses

BadRequest, Forbidden, MethodNotAllowed, NotFound

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