Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 492 Bytes

ExpiringTargetError.md

File metadata and controls

20 lines (14 loc) · 492 Bytes

LaunchDarklyApi::ExpiringTargetError

Properties

Name Type Description Notes
instruction_index Integer The index of the PATCH instruction where the error occurred
message String The error message related to a failed PATCH instruction

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpiringTargetError.new(
  instruction_index: 1,
  message: example error message
)