IncompatibleSetting
IncompatibleSetting
Thrown when two parameters in the customization settings conflict with each other.
For example, a client may not specify both a Workgroup and a DomainName.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"invalidProperty": "string",
"conflictingProperty": "string"
}
string
conflictingProperty
Required
The name of the setting that is conflicting.