Site icon EfmSoft

What does HRESULT 0x80010109 (RPC_E_RETRY) mean?

 
Previous Next
RPC_E_DISCONNECTED RPC_E_SERVERCALL_RETRYLATER

RPC_E_RETRY

RPC_E_RETRY means that the target COM object chose not to process the call at that moment and asked the client to retry later. It is a transient result, not confirmation that the requested operation failed permanently.

How to retry responsibly

When a message filter is involved, keep its retry policy separate from application-level business retries.

Microsoft: COM documentation


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

Exit mobile version