PYTHON catch ApifyApiError
how can I catch/except ApifyApiError for example:
from <where?> import ApifyApiError
try:
something
except ApifyApiError as err:
print('APIFY ERROR:', str(err))
where can I find ApifyApiError ?6 Replies
@!!!Joefree!!! 👑 just advanced to level 6! Thanks for your contributions! 🎉
@thek1tten @pczr @Lukas Krivka @Alexey Udovydchenko 🍻
@ApifyBot 👍
grumpy-cyan•3y ago
Looking into it!
Thanks 😃
grumpy-cyan•3y ago
Quickly checked out the source code, you can import it like this:
Cool! Thank You @thek1tten 🍻