Name | Type | Description | Notes |
---|---|---|---|
code | String | Specific error code encountered | |
message | String | Description of the error |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InvalidRequestErrorRep.new(
code: invalid_request,
message: Invalid request body
)