go
system_error
official
true
os.ErrExist
ID: go/os-errexist
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
File or directory already exists. os.Mkdir() or os.Create() called on an existing path.
generic