ERROR_INVALID_PASSWORD top-level constant

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

The specified network password is not correct.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_INVALID_PASSWORD instead')
const ERROR_INVALID_PASSWORD = 86;