Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

RateLimitedErrorRep.md

File metadata and controls

20 lines (14 loc) · 472 Bytes

LaunchDarklyApi::RateLimitedErrorRep

Properties

Name Type Description Notes
code String Specific error code encountered [optional]
message String Description of the error [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RateLimitedErrorRep.new(
  code: rate_limited,
  message: You've exceeded the API rate limit. Try again later.
)