13#include <system_error>
15#include "bitdefines.hpp"
25 FormatFeatureNotSupported,
28 InvalidOutputBufferSize,
29 InvalidCompressionMethod,
30 InvalidDictionarySize,
39 RequestedWrongVariantType,
41 UnsupportedVariantType,
62 OperationNotSupported,
63 OperationNotPermitted,
75struct 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:53
BitError
The BitError enum struct values represent bit7z specific errors.
Definition biterror.hpp:22