.. index:: pair: enum; Status .. _doxid-class_e_e_1_1_system_1_1_compression_1a8f75fffa33abe67e63173888afdc169e: enum EE::System::Compression::Status ==================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum Status { :target:`OK` = 0, :target:`ERRNO` = -1, :target:`STREAM_ERROR` = -2, :target:`DATA_ERROR` = -3, :target:`MEM_ERROR` = -4, :target:`BUF_ERROR` = -5, :target:`VERSION_ERROR` = -6, };