Site icon EfmSoft

What does NTSTATUS 0xC002000A (RPC_NT_INVALID_TIMEOUT) mean?

 
Previous Next
RPC_NT_NO_ENDPOINT_FOUND RPC_NT_OBJECT_NOT_FOUND

RPC_NT_INVALID_TIMEOUT

RPC_NT_INVALID_TIMEOUT is an NTSTATUS value used by the Windows RPC runtime. This status identifies an invalid timeout argument or timeout mode passed to the RPC runtime. It is a local parameter-validation failure: it does not say that a remote call exceeded a valid deadline or that the server was slow.

It differs from RPC_NT_CALL_CANCELLED or a transport timeout because those concern a call that was already active. Here the timeout configuration itself is rejected before it can control call behavior.

The call-timeout setting is invalid before an RPC call is issued

References


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

Exit mobile version