The data transfer code stored values not in the `eCustomDataType` enum in this variable, so the type was incorrect. Instead use a cast when we expect the value to be a valid enum value.
The data transfer code stored values not in the `eCustomDataType` enum in this variable, so the type was incorrect. Instead use a cast when we expect the value to be a valid enum value.