Name | Type | Description | Notes |
---|---|---|---|
code | String | Specific error code encountered | |
message | String | Description of the error |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RateLimitedErrorRep.new(
code: rate_limited,
message: You've exceeded the API rate limit. Try again later.
)