Exception: HomeAway::API::Errors::TooManyRequestsError

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

Overview

represents a HTTP 429. This will be raised when a client exceeds their rate limit

Constant Summary collapse

CODE =
429

Instance Attribute Summary

Attributes inherited from HomeAwayAPIError

#response

Method Summary

Methods inherited from HomeAwayAPIError

#initialize, method_missing, #to_s

Constructor Details

This class inherits a constructor from HomeAway::API::Errors::HomeAwayAPIError