Expand description
Neutral block-count arity mismatch carrier.
Descended from gam-models’ block_layout::block_count so that lower
tiers (e.g. gam-terms) can route their own error enums through
From<BlockCountMismatch> without depending on gam-models. The
validate_block_count helper continues to live in gam-models and
re-exports this type unchanged.
Structs§
- Block
Count Mismatch - A block-count arity mismatch: a family that needs exactly
expectedparameter blocks was handedgotof them.