Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

LaunchDarklyApi::StatusServiceUnavailable

Properties

Name Type Description Notes
code String Specific error code encountered
message String Description of the error

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StatusServiceUnavailable.new(
  code: service_unavailable,
  message: Requested service unavailable
)