Throw more detailled error for repeat missing value

We often have the error "core.repeater: repeat is required."

This is often in some nested logic where multiple repeats are present, and this is caught by a big ‘try/catch’ block. For example something like this:

It would be hugely helpful if we have a little bit miore details of which repeat is failing, would save a lot of debugging time.

@patrick can we get the name passed to it?

For example if this repeat is failing:
CleanShot 2024-02-22 at 21.21.45@2x

Can we see something like core.repeater: no array to repeat over in 'repeat_hookurls'

Thanks!