errors.fyi community error code reference
ENOTEMPTY

ENOTEMPTY

posix

Directory not empty

A directory was supplied to an operation (such as rmdir()) that requires the directory to be empty. Numeric value is platform-specific: 39 on Linux, 66 on macOS.

References

windows-errno

Directory not empty

rmdir() was called on a directory that still contains files or subdirectories.

Numeric value: 41

References

← all namespaces