13#include <system_error>
15#include "bitdefines.hpp"
25 FormatFeatureNotSupported,
28 InvalidOutputBufferSize,
29 InvalidCompressionMethod,
30 InvalidDictionarySize,
38 RequestedWrongVariantType,
40 UnsupportedVariantType,
61 OperationNotSupported,
62 OperationNotPermitted,
74struct BIT7Z_MAYBE_UNUSED is_error_code_enum<
bit7z::
BitError > :
public true_type {};
The main namespace of the bit7z library.
Definition bit7zlibrary.hpp:30
BitFailureSource
The BitFailureSource enum struct values represent bit7z error conditions.
Definition biterror.hpp:52
BitError
The BitError enum struct values represent bit7z specific errors.
Definition biterror.hpp:22