$ errors.fyi/go/os.ErrNotExist 74 namespaces · 3,092 codes
go · go/os.ErrNotExist
os.ErrNotExist

File Does Not Exist

File or directory does not exist. Wraps the underlying OS error (ENOENT on Unix). Use errors.Is(err, os.ErrNotExist) rather than comparing directly.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT