Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

RateLimitError.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

TCAClient::RateLimitError

Properties

Name Type Description Notes
status String an HTTP Response JobStatus Code [optional]
message String A message explaining what happened [optional]

Example

require 'tca_client'

instance = TCAClient::RateLimitError.new(
  status: null,
  message: null
)