X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/3f09fb9a2389c5c212a70feada3206a3cb523c95..f7e6bbc70c65db9f6f5da5abc4ae57bd689da91c:/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\" }"