How to find TypedValue name by "it" number?

I recently got an error that said this:

"The list of records to be saved must not be null or empty: TypedValue[it=3145,v={}] Data: TypedValue[it=3145,v={}] "

But how can I identify which field or type its referring to?

I assume that "it=3145" is a particular type or field identifier but I don't know how to look it up. I wish it would should an actual name in the error message instead of an ID / "it".

  Discussion posts and replies are publicly visible