errors.fyi community error code reference
HRESULT_FROM_WIN32_ERROR_ALREADY_EXISTS
hresult

Already exists (Win32)

Cannot create a file or object when it already exists. This is the HRESULT encoding of Win32 ERROR_ALREADY_EXISTS (183), returned by APIs that require exclusive creation.

Numeric value: 2147942583

References

โ† all namespaces for HRESULT_FROM_WIN32_ERROR_ALREADY_EXISTS