Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 547 Bytes

ValidationFailedErrorRep.md

File metadata and controls

22 lines (16 loc) · 547 Bytes

LaunchDarklyApi::ValidationFailedErrorRep

Properties

Name Type Description Notes
code String Specific error code encountered
message String Description of the error
errors Array<FailureReasonRep> List of validation errors

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ValidationFailedErrorRep.new(
  code: invalid_request,
  message: validation failed,
  errors: null
)