Looking through the docs I'm struggling to find a way to detect errors and handle them correctly. For instance, I sometimes get a "bad gateway" error when Twitter is over capacity or I get an "update.json" error when there is a duplicate post. But I can only see these using developer tools, the twttr object is silent.
Is there any way to check for these? There is no mention in the docs or online about onError functions or callbacks. Thanks for any help you can provide.