Skip to content

Commit

Permalink
add zip error code
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 14, 2024
1 parent 810c880 commit b163f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sourmash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b163f5d

Please sign in to comment.