errors.fyi community error code reference
NotADirectoryError
python

NotADirectoryError

Raised when a directory operation is attempted on something that is not a directory. errno is ENOTDIR.

References

โ† all namespaces for NotADirectoryError