From b163f5d96bbdb42f897858a1b4d5e4891d61bb48 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sat, 14 Dec 2024 11:50:52 -0800 Subject: [PATCH] add zip error code --- include/sourmash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sourmash.h b/include/sourmash.h index beb64ea455..f650035dec 100644 --- a/include/sourmash.h +++ b/include/sourmash.h @@ -49,6 +49,7 @@ enum SourmashErrorCode { SOURMASH_ERROR_CODE_NIFFLER_ERROR = 100005, SOURMASH_ERROR_CODE_CSV_ERROR = 100006, SOURMASH_ERROR_CODE_ROCKS_DB_ERROR = 100007, + SOURMASH_ERROR_CODE_ZIP_ERROR = 100008, }; typedef uint32_t SourmashErrorCode;