You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about the lack of context information in the error too. My reasoning for leaving it out is that it's not something that should ever happen. When you hit this error, it indicates a bug in the library (not user code). An incorrect number of array elements is no different than trying to read an int reply instead of a string reply. Yet those methods also don't have a "caller" parameter. If we want to add context to the error, we should do it consistently further up the call chain.
The text was updated successfully, but these errors were encountered: