What does data validation do and why does it fail?

Hey all, I’m building a massive open-world RPG and I have a lot of files, but I managed to fix all my warnings and all my errors when cooking my game.

But whenever I try to validate my data, I get:
Data validation FAILED. Files Checked: 11,499, Passed: 658, Failed: 1, Skipped: 0, Unable to validate: 10,840

Why couldn’t it validate if I have zero errors? What should I be looking for? What can I do?

Hello, I have the same issue. Did you find an answer?

Data validation is used to verify if your assets conforms to name conversions (prefixes, sufixes, etc), performance, etc…

You can create your own validation logic like this: Data Validation: What you need to know

Data validation fails can fail if a customer provides invalid input . In such a scenario, Sterling Configurator enables a customer to identify it by the way of displaying appropriate error message.