After successfully integrating DropBox into an iOS app in the expected cases, I decided to do some nasty things and learn more about error handling.
Namely I went and deleted the DropBox App/MyAppName folder on the dropbox, then let the app go for it. I started getting 401 errors "User has removed their App folder." - so I went about handling this error by requiring the user to reauthenticate completely
Now I am wondering what other errors unrelated to things done in my app do I need to be aware of and how should I handle them? Of course connectivity errors are easy, but is there a specific reference showing all the DB errors and anything about what generates them and how an app should respond?
Thanks in advance.