zeeguu / api

API for tracking a learner's progress when reading materials in a foreign language and recommending further personalized exercises and readings.
https://zeeguu.org
MIT License
8 stars 24 forks source link

make_error is not throwing error in the frontend #241

Open tfnribeiro opened 1 month ago

tfnribeiro commented 1 month ago

When calling he method make_error, we still use the callback onSuccess for the Frontend. Ideally, it would be best to throw an error so we can display information to the user that something went wrong.

tfnribeiro commented 1 month ago