ERROR_DUP_NAME top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_DUP_NAME instead')
int const ERROR_DUP_NAME

You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_DUP_NAME instead')
const ERROR_DUP_NAME = 52;