Exception: Telnyx::RateLimitError

Inherits:
TelnyxError
  • Object
show all
Defined in:
lib/telnyx/errors.rb

Overview

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

Constant Summary collapse

STATUS_CODE =
429

Instance Attribute Summary

Attributes inherited from TelnyxError

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

Method Summary

Methods inherited from TelnyxError

#error_count, #initialize, #message, #other_errors_message, #stringify_errors, #stringify_hash, #to_s

Constructor Details

This class inherits a constructor from Telnyx::TelnyxError