errors.fyi community error code reference
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

โ† all namespaces for ENAMETOOLONG