Site icon EfmSoft

What does HRESULT 0x80010001 (RPC_E_CALL_REJECTED) mean?

 
Could be also:
ConstantTypeOS
DBG_EXCEPTION_NOT_HANDLEDNTSTATUSWindows
Previous Next
E_UNEXPECTED RPC_E_CALL_CANCELED

RPC_E_CALL_REJECTED

RPC_E_CALL_REJECTED means that a COM call was rejected by the callee or by COM call filtering. It commonly occurs when an apartment-threaded automation server is busy with a modal dialog, user edit, or another operation that temporarily cannot accept the call.

How to handle a rejected call

A retry must not blindly repeat an operation that may already have changed data. Record the method, arguments, and server state before choosing a retry policy.

Microsoft: COM documentation


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

Exit mobile version