errors.fyi community error code reference
EEXIST

EEXIST

posix

File exists

An attempt was made to create a file that already exists, where exclusive creation was required.

Numeric value: 17

References

windows-errno

File exists

The file already exists and the operation requires it to not exist (e.g. exclusive create).

Numeric value: 17

References

← all namespaces