Union type representing the result of Prisma schema validation.
This type encapsulates the outcome of validating an AutoBePrisma.IApplication
structure against Prisma schema rules and business constraints. The
validation process checks for structural integrity, referential consistency,
naming conventions, and compliance with the established schema generation
rules.
The validation can result in either complete success (all rules satisfied) or
failure with detailed error information for precise error resolution.
Union type representing the result of Prisma schema validation.
This type encapsulates the outcome of validating an AutoBePrisma.IApplication structure against Prisma schema rules and business constraints. The validation process checks for structural integrity, referential consistency, naming conventions, and compliance with the established schema generation rules.
The validation can result in either complete success (all rules satisfied) or failure with detailed error information for precise error resolution.