What does Windows error code 5913 (ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS) mean?

 
Previous Next
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION ERROR_CLUSTER_PARTIAL_SEND

ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS

A parameter value is out of acceptable range.

ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS is Win32 error 5913 (0x1719) and belongs to Failover clustering cluster parameter range validation.

Troubleshooting steps

  • Record parameter name, type, and raw value.
  • Record API or PowerShell command.
  • Record documented range for the cluster version.
  • Record serialization and unit conversion before the request.

What to verify

Verify whether a supplied cluster parameter lies outside the accepted range. Check parameter name, type, and raw value together with API or PowerShell command.

Handling, retry, and recovery

Correct the value and validate units and integer width before resubmitting the operation.

Practical example

Automation supplies milliseconds where seconds are expected, producing a value outside the cluster property range.

References


Looking for a different code? Search another status or error code.