Sha256: 381ae7aa1c47846b01f0ca54a1672b2c00ba4e5139415208eb57eb5a113b5d92
Contents?: true
Size: 576 Bytes
Versions: 62
Compression:
Stored size: 576 Bytes
Contents
'use strict'; module.exports = { '2': 'need dictionary', /* Z_NEED_DICT 2 */ '1': 'stream end', /* Z_STREAM_END 1 */ '0': '', /* Z_OK 0 */ '-1': 'file error', /* Z_ERRNO (-1) */ '-2': 'stream error', /* Z_STREAM_ERROR (-2) */ '-3': 'data error', /* Z_DATA_ERROR (-3) */ '-4': 'insufficient memory', /* Z_MEM_ERROR (-4) */ '-5': 'buffer error', /* Z_BUF_ERROR (-5) */ '-6': 'incompatible version' /* Z_VERSION_ERROR (-6) */ };
Version data entries
62 entries across 62 versions & 1 rubygems