In object mode, select the object you want to repair. In the python console, run:
import bpy
bpy.context.object.data.validate(verbose=True)
In object mode, select the object you want to repair. In the python console, run:
import bpy
bpy.context.object.data.validate(verbose=True)