acmerobotics/ftc-dashboard

Better surfacing of errors for invalid values

Closed this issue · 1 comments

Dash GSON errors are impossible to understand as they get throw through reflection. e.g.: RR quickstart divide by zero error
Try catch gson and throw better errors with additional details: variable + class name, etc

Fixed in master