diff --git a/src/framework/ow_constants.h b/src/framework/ow_constants.h index 365fb70..c1a1bf7 100644 --- a/src/framework/ow_constants.h +++ b/src/framework/ow_constants.h @@ -401,8 +401,11 @@ namespace OpenWifi::RESTAPI::Errors { 1171, "Command not supported on simulated device." }; + static const struct msg VenuesNameAlreadyExists { + 1172, "The venue name already exists." + }; - static const struct msg DefFirmwareNameExists { 1172, "Firmware name already exists." }; + static const struct msg DefFirmwareNameExists { 1172, "Firmware name already exists." }; static const struct msg SimulationDoesNotExist { 7000, "Simulation Instance ID does not exist."