yappiest-sapphire•2y ago
getMostPopularErrors
https://crawlee.dev/api/next/utils/class/ErrorTracker#getMostPopularErrors
How do I use this?
ErrorTracker | API | Crawlee
This class tracks errors and computes a summary of information like:
- where the errors happened
- what the error names are
- what the error codes are
- what is the general error message
This is extremely useful when there are dynamic error messages, such as argument validation.
Since the structure of the
tracker.result
object differs when u...1 Reply
yappiest-sapphireOP•2y ago
got it.