Site icon EfmSoft

What does HRESULT 0x80010104 (RPC_E_FAULT) mean?

 
Previous Next
RPC_E_NOT_REGISTERED RPC_E_SERVERFAULT

RPC_E_FAULT

RPC_E_FAULT is a generic COM RPC call failure: the runtime could not complete the server invocation or return its result. It is less specific than RPC_E_SERVERFAULT, which reports that the server threw an exception.

How to investigate

Treat this as a boundary failure and preserve enough evidence to distinguish server execution from response delivery.

Microsoft: COM error codes


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

Exit mobile version