The `tiktok-business` tap API occasionally very oc...
# singer-tap-development
a
The
tiktok-business
tap API occasionally very occasionally returns a 'System Error' error code of
50000
for a reason I can't determine. The same call if retried later works fine. However the tap doesn't handle this at present, and happily stuffs the error code into my target as if it were a useful payload. What SDK methods should I be looking at to introduce some error handling & retries in the tap code itself? Other SDK tap examples welcome too.