ERROR_NO_SPOOL_SPACE top-level constant

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

Space to store the file waiting to be printed is not available on the server.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NO_SPOOL_SPACE instead')
const ERROR_NO_SPOOL_SPACE = 62;