MaxWeightExceeded

Error v101 → v117, v118 → v120, v121 → v127, v133 → v141, v142 → v148, v149 → v150, v151 → v212, v216 → v219, v233 → v315, v320 → v393, v401 → current 7.27

Weight value exceeds the maximum limit (currently u16::MAX).

Encountered by: validatorsdevelopers

Why This Error Exists

Weight values are stored as u16 and cannot exceed 65535.

From Chain Metadata

The dispatch is attempting to set weights on chain with weight value exceeding the configured max weight limit (currently `u16::MAX`).

What This Means

Weight value exceeds the maximum limit (currently u16::MAX).

Common Causes

  • Individual weight value too high
  • Weight exceeds u16 maximum (65535)

How to Fix

  • Cap weight values at u16::MAX (65535)
  • Normalize weights to fit within limits

Thrown By

Version History

v101 block 1 Added
v118 block 222,600 Shape modified
v121 block 518,345 Shape modified
v133 block 1,404,224 Shape modified
v142 block 2,543,779 Shape modified
v149 block 3,014,339 Shape modified
v151 block 3,157,274 Shape modified
v216 block 4,510,996 Shape modified
v233 block 4,920,350 Shape modified
v320 block 6,523,566 Shape modified
v401 block 8,036,576 Shape modified Current

Runtime Info

Pallet Index
7
Error Index
27
Error Code
7.27
Runtime Version
v411