According to my IDE, ErrEventOverflow is used only for inotify (Linux), but at least the sysFSQOVERFLOW constant (Windows) hints that such overflows happens not just on Linux.
Problem: the others seem not to use ErrEventOverflow, so I can’t just check for it via ==.