ERROR_NETWORK_BUSY top-level constant

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

The network is busy.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NETWORK_BUSY instead')
const ERROR_NETWORK_BUSY = 54;