Exception: Helio::RateLimitError

Inherits:
HelioError
  • Object
show all
Defined in:
lib/helio/errors.rb

Overview

RateLimitError is raised in cases where an account is putting too much load on Helio’s API servers (usually by performing too many requests). Please back off on request rate.

Instance Attribute Summary

Attributes inherited from HelioError

#http_body, #http_headers, #http_status, #json_body, #message, #request_id, #response

Method Summary

Methods inherited from HelioError

#initialize, #to_s

Constructor Details

This class inherits a constructor from Helio::HelioError