I'm writing a validation rule for detecting duplicate vertex in a polyline. When I find a duplicate vertex I like to write the location (point) of the duplicate vertex as an error in the GDB_ValidationPointErrors feature class therefore I can find it afterwards in the Error Inspector. How can I return or write the error point geometry in the validation rule?