Exception: FlightStats::API::ServerError

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

Overview

5xx Server Error

The superclass to all server errors (responses with status code 5xx).

Direct Known Subclasses

InternalServerError

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