Settings_Clusters_Configuration_DependencyError

Settings_Clusters_Configuration_DependencyError
Settings_Clusters_Configuration_DependencyError

The DependencyError structure contains details of the validation error caused by dependency between different properties in the configuration.

JSON Example
{
    "required_value": "string",
    "current_value": "string",
    "possible_values": "string"
}
string
required_value
Required

The dependency required by a union tag.

string
current_value
Optional

If set, it contains the current value of the dependency property.

string
possible_values
Required

The possible values of the dependency property that are compatible with this property.