My intention was to implement a watch on $validator.errors, so that any error that arises gets logged,
To achieve this, I checked the length of errors and stored self.errors.all() in a variable,
However, I'm curious if it's possible to directly apply the watch on errors.