70 ZSTD_error_init_missing = 62, |
70 ZSTD_error_init_missing = 62, |
71 ZSTD_error_memory_allocation = 64, |
71 ZSTD_error_memory_allocation = 64, |
72 ZSTD_error_workSpace_tooSmall= 66, |
72 ZSTD_error_workSpace_tooSmall= 66, |
73 ZSTD_error_dstSize_tooSmall = 70, |
73 ZSTD_error_dstSize_tooSmall = 70, |
74 ZSTD_error_srcSize_wrong = 72, |
74 ZSTD_error_srcSize_wrong = 72, |
|
75 ZSTD_error_dstBuffer_null = 74, |
75 /* following error codes are __NOT STABLE__, they can be removed or changed in future versions */ |
76 /* following error codes are __NOT STABLE__, they can be removed or changed in future versions */ |
76 ZSTD_error_frameIndex_tooLarge = 100, |
77 ZSTD_error_frameIndex_tooLarge = 100, |
77 ZSTD_error_seekableIO = 102, |
78 ZSTD_error_seekableIO = 102, |
78 ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */ |
79 ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */ |
79 } ZSTD_ErrorCode; |
80 } ZSTD_ErrorCode; |