If an import hits errors it creates an ImportErrors table - can't remember the exact name format, I think it contains the name of the table being imported to. If you were to delete-if-present that table prior to the import then check again for its presence afterwards you'd know whether the import was successful. Trouble is that it might contain "errors" that you're not particularly bothered about, only you can know that by looking at it.