| Previous | Next |
| FWP_E_INVALID_NET_MASK | FWP_E_INVALID_INTERVAL |
FWP_E_INVALID_RANGE
FWP_E_INVALID_RANGE means an FWP_RANGE condition is malformed. Its endpoints must be comparable values of the expected type and must describe a valid lower-to-upper interval.
What to verify for FWP_E_INVALID_RANGE
- Confirm the lower and upper values use the same WFP data type.
- Check that the lower bound does not exceed the upper bound.
- Use a range only on a condition field and filtering layer that accept range matching.
Diagnostic interpretation
This result has the HRESULT value 0x80320020. AllStat records the condition as “An FWP_RANGE is not valid.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the fwp / range operation.
- Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.
