Skip to content

Files

Latest commit

f76636a · Nov 17, 2023

History

History
20 lines (14 loc) · 440 Bytes

PatchFailedErrorRep.md

File metadata and controls

20 lines (14 loc) · 440 Bytes

LaunchDarklyApi::PatchFailedErrorRep

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PatchFailedErrorRep.new(
  code: patch_failed,
  message: Unprocessable entity. Could not apply patch.
)