Site icon EfmSoft

What does errno 63 (ENAMETOOLONG) mean?

 
Could be also:
ConstantTypeOS
ERROR_PRINT_CANCELLEDWin32 errorWindows
STATUS_WAIT_63NTSTATUSWindows
ENOSRerrnoLinux
ENOSRerrnoSolaris
NO_MORE_SYSTEM_PTESBugCheck CodeWindows
Previous Next
ENOSR ENOSR

ENAMETOOLONG

Find the limit that was exceeded

ENAMETOOLONG does not necessarily mean that the visible filename alone is long. The limit can apply to a single path component, the complete pathname supplied to an interface, or a generated name after a prefix, staging directory, suffix, and separator are added.

Do not truncate names without preserving uniqueness and without considering Unicode normalization. A collision-safe naming scheme should reserve space for the generated suffix before writing output, and code that constructs paths must check the final length rather than the source identifier in isolation.

Diagnostic data

References


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

Exit mobile version