Site icon EfmSoft

What does HRESULT 0x8001000C (RPC_E_CLIENT_CANTUNMARSHAL_DATA) mean?

 
Previous Next
RPC_E_CLIENT_CANTMARSHAL_DATA RPC_E_SERVER_CANTMARSHAL_DATA

RPC_E_CLIENT_CANTUNMARSHAL_DATA

RPC_E_CLIENT_CANTUNMARSHAL_DATA means that the caller could not decode data returned by the COM server. The method may already have run on the server, so this HRESULT must not be treated as proof that no server-side action occurred.

What to inspect

Separate transport success from business-operation success when deciding whether a retry is safe.

Microsoft: COM documentation


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

Exit mobile version