Open
Description
- https://apify.slack.com/archives/CD0SF6KD4/p1750081551997999
- We probably want an
ApifyApiError
subclass for each error type- In
catch
blocks, we would just useinstanceof
- Or we can have typescript type guard functions instead
- In
- It might make sense to generate this code