Failure group: The given key was not present in the dictionary

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:

image

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!

Hi @kevinpscott

I agree with you, It will be help for all the user who has the issue like this

Regards
Gokul

Good feedback. Will try to improve these error messages in the future.

Just to be sure I understood you request, it would help to throw something like “The FirstName key was not present in the dictionary”?

1 Like

Just to be sure I understood you request, it would help to throw something like “The FirstName key was not present in the dictionary”?

Yes sir, that would be most helpful, thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.