errors.fyi
community error code reference
errors.fyi
/
python
/
FileExistsError
FileExistsError
python
FileExistsError
Raised when trying to create a file or directory that already exists. errno is EEXIST.
References
https://docs.python.org/3/library/exceptions.html
โ all namespaces for FileExistsError