ERROR_NOT_ENOUGH_MEMORY top-level constant

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

Not enough memory resources are available to process this command.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NOT_ENOUGH_MEMORY instead')
const ERROR_NOT_ENOUGH_MEMORY = 8;