Skip to content

Files

Latest commit

5f94853 · Oct 14, 2024

History

History
20 lines (14 loc) · 309 Bytes

Error.md

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
)