BUF_ERROR
BUF_ERROR: "No progress is possible"
DATA_ERROR
DATA_ERROR: "Data is corrupt"
FORMAT_ERROR: "File format not recognized"
GET_CHECK
GET_CHECK: "Integrity check type is not available"
MEM_ERROR
MEM_ERROR: "Cannot allocate memory"
MEMLIMIT_ERROR
MEMLIMIT_ERROR: "Memory usage limit was reached"
NO_CHECK
NO_CHECK: "Input stream has no integrity check"
OPTIONS_ERROR
OPTIONS_ERROR: "Invalid or unsupported options"
PROG_ERROR
PROG_ERROR: "Programming error"
STREAM_END
STREAM_END: "End of stream was reached"
SUCCESS
SUCCESS: "Operation completed successfully"
UNSUPPORTED_CHECK
UNSUPPORTED_CHECK: "Cannot calculate the integrity check"
Human-readable error messages for LZMA status codes.