GPAK
1.0.0
A general-purpose archive library
|
◆ gpak_error
This enumeration contains values representing the different error codes that can be encountered during G-PAK operations, such as issues with archive or stream handling, mode errors, and compression/decompression errors. Definition at line 153 of file gpak_data.h. 172 GPAK_ERROR_LZ4_WRITE_OPEN = -13, /**< An error occurred while opening an LZ4 file for writing. */
174 GPAK_ERROR_LZ4_WRITE_CLOSE = -15, /**< An error occurred while closing an LZ4 file after writing. */
175 GPAK_ERROR_LZ4_READ_OPEN = -16, /**< An error occurred while opening an LZ4 file for reading. */
177 GPAK_ERROR_LZ4_READ_CLOSE = -18, /**< An error occurred while closing an LZ4 file after reading. */
@ GPAK_ERROR_FAILED_TO_CREATE_DICTIONARY Definition: gpak_data.h:189 |