CDISR5102E

An Enum object of type target type cannot be assigned from an Enum object of type type.

The application is assigning an Enum object by using the assignFrom routine, and the types of the Enum objects are not identical.
Ensure that the types of the Enum objects are identical.