From dfb96fc998621e619912645fd921f8b51c336dde Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 3 Aug 2023 11:07:30 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12868 Signed-off-by: stephb9959 --- src/framework/ow_constants.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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."