recon_gen.common.l2.validate

recon_gen.common.l2.validate(instance)[source]

Run every cross-entity validation rule on instance.

Fail-fast: raises L2ValidationError on the first rule violation with a message naming the offending field + the rule.

Return type:

None

Parameters:

instance (L2Instance)