$ errors.fyi/go/os.ErrNotExist 128 namespaces · 4,025 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