Hello! I was working with queue items today in the RE Framework. I have a process where I bring in a bunch of data from a queue item, do some processing, and then pass all of the data in the original queue item (along with some of the results of the processing) into another queue item for another performer to handle later.
There are roughly 50 or so items that come in from the original queue item. As I was trying to create the new queue item, I received this message:
This sent me on a long process of elimination of trying to determine exactly which of the 50 or so data points I’d misspelled here:
It would have been really developer friendly if the error message provided the name of the key that was throwing the error, because that would have saved me a LOT of time troubleshooting.
Thanks for your consideration!