Site icon EfmSoft

What does errno 93 (ENOATTR) mean?

 
Could be also:
ConstantTypeOS
EPROTONOSUPPORTerrnoLinux
ENOTEMPTYerrnoSolaris
UNSUPPORTED_PROCESSORBugCheck CodeWindows
Previous Next
EPROTONOSUPPORT ENOTEMPTY

ENOATTR

Extended attributes have their own namespace

ENOATTR means that a requested extended attribute name is not present on the file or directory. It says nothing about the existence of the file itself, and it is different from an empty attribute value. The object can be accessible and valid while simply not carrying that metadata key.

Use the xattr API’s documented list/read behavior to distinguish absence, unsupported attribute storage, permission denial, and a race where another process removed the attribute. A missing attribute should be treated as a normal state only when the application’s metadata schema says it is optional.

Evidence that matters

References


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

Exit mobile version