Exception: GoogleMapsApis::Error::RedirectError
- Defined in:
- lib/google_maps_apis/errors.rb
Overview
The response redirects to another URL.
Constant Summary collapse
- ERRORS_3XX =
{ '300' => 'Multiple Choices', '301' => 'Moved Permanently', '302' => 'Found', '303' => 'See Other', '304' => 'Not Modified', '305' => 'Use Proxy', '306' => 'Switch Proxy', '307' => 'Temporary Redirect', '308' => 'Permanent Redirect' }
Instance Attribute Summary
Attributes inherited from BaseError
Method Summary
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from GoogleMapsApis::Error::BaseError