go system_error official true

os.ErrNotExist

ID: go/os-errnotexist

Also available as: JSON · Markdown
80%Fix Rate
95%Confidence
0Evidence

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
1.x active

Root Cause

File or directory does not exist. os.Stat() or os.Open() called on a non-existent path.

generic