Exception: GoogleMapsApis::Error::RedirectError

Inherits:
BaseError
  • Object
show all
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

#response

Method Summary

Methods inherited from BaseError

#initialize

Constructor Details

This class inherits a constructor from GoogleMapsApis::Error::BaseError