errors.fyi community error code reference
ENAMETOOLONG

ENAMETOOLONG

posix

Filename too long

A pathname component exceeds NAME_MAX characters, or an entire pathname exceeds PATH_MAX characters. Numeric value is platform-specific: 36 on Linux, 63 on macOS.

References

windows-errno

Filename too long

The path or filename exceeds MAX_PATH (260 characters on Windows).

Numeric value: 38

References

← all namespaces