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
Goal: To be able to pin-point a location where the malformed input is/error occurs.
Currently the Error type doesn't contain information on where an error happened. I think it'd be helpful if we have at least these details to start with:
Class name/ClassId - the error occurred while reading this Class from the input.
Method/Field - if relevant.
Id's of items (say in string_ids, type_ids section etc.)
The text was updated successfully, but these errors were encountered:
letmutx
changed the title
Make Errors more useful
Make Errors more useful
Nov 12, 2019
Goal: To be able to pin-point a location where the malformed input is/error occurs.
Currently the
Error
type doesn't contain information on where an error happened. I think it'd be helpful if we have at least these details to start with:Class
from the input.The text was updated successfully, but these errors were encountered: