node-liblzma - v3.1.2
GitHub
npm
Preparing search index...
types
LZMAStatusType
Type Alias LZMAStatusType
LZMAStatusType
:
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
LZMA status codes returned by operations.
0
(OK): Operation completed successfully
1
(STREAM_END): End of stream reached
2
(NO_CHECK): Input has no integrity check
3
(UNSUPPORTED_CHECK): Cannot calculate integrity check
4
(GET_CHECK): Integrity check available
5
(MEM_ERROR): Memory allocation failed
6
(MEMLIMIT_ERROR): Memory limit reached
7
(FORMAT_ERROR): File format not recognized
8
(OPTIONS_ERROR): Invalid options
9
(DATA_ERROR): Data is corrupt
10
(BUF_ERROR): No progress possible
11
(PROG_ERROR): Programming error
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
npm
node-liblzma - v3.1.2
Loading...
LZMA status codes returned by operations.
0(OK): Operation completed successfully1(STREAM_END): End of stream reached2(NO_CHECK): Input has no integrity check3(UNSUPPORTED_CHECK): Cannot calculate integrity check4(GET_CHECK): Integrity check available5(MEM_ERROR): Memory allocation failed6(MEMLIMIT_ERROR): Memory limit reached7(FORMAT_ERROR): File format not recognized8(OPTIONS_ERROR): Invalid options9(DATA_ERROR): Data is corrupt10(BUF_ERROR): No progress possible11(PROG_ERROR): Programming error