Site icon EfmSoft

What does NTSTATUS 0x80000014 (STATUS_EA_LIST_INCONSISTENT) mean?

 
Could be also:
ConstantTypeOS
RO_E_EXCLUSIVE_WRITEHRESULTWindows
Previous Next
STATUS_INVALID_EA_NAME STATUS_INVALID_EA_FLAG

STATUS_EA_LIST_INCONSISTENT

The EA list structure is malformed

This status means the EA list does not satisfy the native buffer contract. The problem can be entry alignment, following-entry offsets, names and values extending beyond the buffer, or inconsistent lengths.

It is especially useful when debugging code that constructs FILE_FULL_EA_INFORMATION-style buffers. The file system cannot safely walk the list, so it rejects the request before applying EA changes.

What to inspect

References


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

Exit mobile version