CDISR5103E

An Enum object of type target type cannot be swapped with an Enum object of type type.

The application is using the swapFrom routine to swap an Enum object of one type with an Enum object of a different type. The types of the Enum objects must be identical.
Ensure that the types of the Enum objects are identical.