CDISR5109E

The back routine cannot be called on an empty list. The list has no element at index -1.

The application is invoking the back routine on an empty list, and there is no element to return.
Call the back routine on a list that is not empty.