go
system_error
official
true
os.ErrNotExist
ID: go/os-errnotexist
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
File or directory does not exist. os.Stat() or os.Open() called on a non-existent path.
generic