List of fault codes for Backendless queries

I’ve looked through all the documentation I could find, but I haven’t been able to locate a complete list of fault codes/fault descriptions for Backendless query faults.

Where can I find a complete list of fault codes and descriptions that could be returned by an error with a query?

Thanks!

Hi Josh,

Take a look at this page (or any other “Error handling” section in the docs). You will see a toggle that says “Complete list of Backendless error codes”:
https://backendless.com/documentation/users/rest/users_error_handling.htm

Regards,
Mark

would add FAULT = ‘502’ [bad gateway] <bad gateway> - we get this when the server is down (for example right now…), knowing this would allow us to take care of this case by for example allowing access to the local part of the app, instead of locking users out because the app cant login and they cant login, etc.