Site icon EfmSoft

What does NTSTATUS 0xC0000701 (STATUS_MESSAGE_LOST) mean?

 
Previous Next
STATUS_PORT_CLOSED STATUS_INVALID_MESSAGE

STATUS_MESSAGE_LOST

The ALPC message can no longer be retrieved

This status describes a message-lifetime failure rather than malformed payload data. The message may have been canceled, consumed, discarded during port teardown, or invalidated by a racing receive path before the current lookup completed. Message IDs are meaningful only inside the lifetime and connection context that created them.

Retrying by message ID alone is unsafe because the original request may already have reached the peer. Recovery belongs at the application protocol level: correlate replies, detect disconnects, and use idempotency or transaction tokens when an operation can be repeated.

What to inspect

References


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

Exit mobile version