acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
168 stars 125 forks source link

Better surfacing of errors for invalid values #111

Closed NoahBres closed 1 year ago

NoahBres commented 1 year ago

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

rbrott commented 1 year ago

Fixed in master