X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/bf797ceadbc70f004bcb0ea463ca568f1e622bfe..9b7d6cbc3dc75d0d5fe998f57195e7c39dd0fcd4:/Plugson/src/Core/ventoy_json.h diff --git a/Plugson/src/Core/ventoy_json.h b/Plugson/src/Core/ventoy_json.h index ad130b9..be2b434 100644 --- a/Plugson/src/Core/ventoy_json.h +++ b/Plugson/src/Core/ventoy_json.h @@ -70,6 +70,7 @@ #define VTOY_JSON_TOKEN_ERR_RET "{ \"result\" : \"tokenerror\" }" #define VTOY_JSON_EXIST_RET "{ \"result\" : \"exist\" }" #define VTOY_JSON_TIMEOUT_RET "{ \"result\" : \"timeout\" }" +#define VTOY_JSON_DUPLICATE "{ \"result\" : \"duplicate\" }" #define VTOY_JSON_BUSY_RET "{ \"result\" : \"busy\" }" #define VTOY_JSON_INUSE_RET "{ \"result\" : \"inuse\" }" #define VTOY_JSON_NOTFOUND_RET "{ \"result\" : \"notfound\" }"