errors.fyi community error code reference
os.ErrExist
go

File Already Exists

File or directory already exists. Wraps the underlying OS error (EEXIST on Unix).

References

โ† all namespaces for os.ErrExist