Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 309 Bytes

File metadata and controls

20 lines (14 loc) · 309 Bytes

LaunchDarklyApi::Error

Properties

Name Type Description Notes
message String
code String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Error.new(
  message: null,
  code: null
)