ERROR_OUTOFMEMORY top-level constant

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

Not enough storage is available to complete this operation.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_OUTOFMEMORY instead')
const ERROR_OUTOFMEMORY = 14;