Clears any reported errors. Should be used between multiple validation checks.
public function reset() { $this->errors = array(); $this->errorMask = Validator::ERROR_NONE; }