Multiple choice.

The Data Model Element Type Mismatch (406) error code means ___.

  • The value passed as parameter_2 in SetValue is out of range for the data model element indicated in parameter_1 of a SetValue.
  • The data model element passed as parameter in GetValue or parameter_1 in SetValue is recognized as a valid element but is not supported.
  • The value passed as parameter_2 in SetValue does not evaluate to a valid type for the data model element indicated in parameter_1 of a SetValue.
  • The data model element passed as parameter in GetValue or parameter_1 in SetValue is dependent on one or more related data model elements that have a value or values that are unassigned or invalid.

Correct. The Data Model Element Type Mismatch (406) error code means the value passed as parameter_2 in SetValue does not evaluate to a valid type for the data model element indicated in parameter_1 of a SetValue.

Incorrect. The Data Model Element Type Mismatch (406) error code means the value passed as parameter_2 in SetValue does not evaluate to a valid type for the data model element indicated in parameter_1 of a SetValue.