update: add custom error for unloaded pool info

This commit is contained in:
ngn
2024-07-13 14:23:39 +03:00
parent ba992d395d
commit 4ea2d22519
4 changed files with 11 additions and 2 deletions

View File

@ -138,6 +138,7 @@ typedef enum lm_error {
LM_ERR_HashDigestFail = 130,
LM_ERR_FileHashFail = 131,
LM_ERR_FileHashNoMatch = 132,
LM_ERR_InfoNotLoaded = 133,
} lm_error_t;
typedef struct lm_error_desc {