Site icon EfmSoft

What does NTSTATUS 0xC000A014 (STATUS_FASTPATH_REJECTED) mean?

 
Previous Next
STATUS_PROTOCOL_NOT_SUPPORTED STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED

STATUS_FASTPATH_REJECTED

The optimized network path declined the operation or packet

Windows networking can use fast paths that bypass slower general processing when state and policy allow it. This status means the requested data or operation did not qualify for that optimized path. The public NTSTATUS contract does not identify which fast-path implementation rejected it.

A caller should preserve the layer, direction, offload state, compartment, and packet metadata. Some implementations can fall back safely to the normal path; others surface the rejection because the caller requested fast-path-only behavior. Do not assume packet corruption without evidence from the owning component.

What to inspect

References


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

Exit mobile version