update: add custom error for unloaded pool info
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user