errors.fyi
community error code reference
errors.fyi
/
os.ErrExist
os.ErrExist
go
File Already Exists
File or directory already exists. Wraps the underlying OS error (EEXIST on Unix).
References
https://pkg.go.dev/os#ErrExist
← all namespaces