cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Add a singular function for formatting errors in joystick.js/node and use everywhere an API error can be thrown #342

Closed rglover closed 2 months ago

rglover commented 1 year ago

This technically already exists, but I've noticed some inconsistency. Need to verify that all API calls run through Joystick format and return errors consistently. Look into the registerGetters.js and registerSetters.js logic to figure out the pattern.

rglover commented 2 months ago

Done (awhile ago).