From 473a3f8b5800c60b177dcd295f9c5e1a39bbd2f8 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 29 Jun 2026 15:52:06 +0530 Subject: [PATCH] fix Signed-off-by: Abhishek Kumar --- client/conf/error-messages.json.in | 1 + 1 file changed, 1 insertion(+) diff --git a/client/conf/error-messages.json.in b/client/conf/error-messages.json.in index e43f75fc15b..f42c802027f 100644 --- a/client/conf/error-messages.json.in +++ b/client/conf/error-messages.json.in @@ -446,6 +446,7 @@ "vm.start.insufficient.capacity.exposed": "Unable to start Instance {{instance}}: {{error}}.", "vm.start.insufficient.capacity": "Unable to start Instance {{instance}} due to insufficient capacity.", "vm.start.network.unavailable": "Network is unavailable. Please contact your administrator.", + "vm.start.network.unavailable.admin": "Network is unavailable. Failure: {{error}}.", "vm.start.resource.unavailable": "Unable to start Instance {{instance}}: {{error}}.", "vm.start.wrong.state": "Cannot start Instance {{instance}} in state {{state}}.", "vm.start.template.not.found": "Template for the Instance cannot be found. Instance configuration needs to be updated.",