randomouscrap98 / contentapi

A generic content system to make some kinda standard websites
GNU General Public License v3.0
8 stars 2 forks source link

Add new critical live update error: badid or something #120

Open randomouscrap98 opened 2 years ago

randomouscrap98 commented 2 years ago

Currently, sending a bad id (whether it be too low or too high) results in an "unexpected" error, which is also a critical error. This lumps them in with general errors that might not be recoverable, but id errors ARE technically recoverable, if you're keeping track of enough things. As such, report those specially, make a new error type.