CDISR5128E

Only a list<uint8> can be cast to a blob.

The application is constructing a blob from an SPL list. The element type of the list is not the SPL::uint8 type.
Ensure that you use only a list<uint8> type of list to create a blob.