Skip to content

Commit dfb96fc

Browse files
committed
https://telecominfraproject.atlassian.net/browse/WIFI-12868
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
1 parent 3181a72 commit dfb96fc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/framework/ow_constants.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,11 @@ namespace OpenWifi::RESTAPI::Errors {
401401
1171, "Command not supported on simulated device."
402402
};
403403

404+
static const struct msg VenuesNameAlreadyExists {
405+
1172, "The venue name already exists."
406+
};
404407

405-
static const struct msg DefFirmwareNameExists { 1172, "Firmware name already exists." };
408+
static const struct msg DefFirmwareNameExists { 1172, "Firmware name already exists." };
406409

407410
static const struct msg SimulationDoesNotExist {
408411
7000, "Simulation Instance ID does not exist."

0 commit comments

Comments
 (0)