ERROR_NOT_SUPPORTED top-level constant

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

The request is not supported.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NOT_SUPPORTED instead')
const ERROR_NOT_SUPPORTED = 50;