| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | Specific error code encountered | |
| message | String | Description of the error | |
| errors | Array<FailureReasonRep> | List of validation errors |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ValidationFailedErrorRep.new(
code: invalid_request,
message: validation failed,
errors: null
)