| Previous | Next |
| FWP_E_INVALID_RANGE | FWP_E_ZERO_LENGTH_ARRAY |
FWP_E_INVALID_INTERVAL
FWP_E_INVALID_INTERVAL means a time interval supplied to WFP does not satisfy the requirements of the API or policy object that consumes it.
What to check for FWP_E_INVALID_INTERVAL
- Verify the documented unit and representation for the interval field instead of assuming seconds or milliseconds.
- Reject negative, reversed, overflowed, or unsupported interval values before making the WFP call.
- When converting from another time type, preserve precision and validate the resulting range.
Looking for a different code? Search another status or error code.