Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

InvalidRequestErrorRep.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

LaunchDarklyApi::InvalidRequestErrorRep

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::InvalidRequestErrorRep.new(
  code: invalid_request,
  message: Invalid request body
)