From 41b003f3282078c2c57df2a59266aca2efa3747c Mon Sep 17 00:00:00 2001 From: clearml <> Date: Thu, 5 Dec 2024 22:26:05 +0200 Subject: [PATCH] Add an error for trying to duplicate a public project --- apiserver/apierrors/errors.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/apiserver/apierrors/errors.conf b/apiserver/apierrors/errors.conf index 90eaf60..da8d27b 100644 --- a/apiserver/apierrors/errors.conf +++ b/apiserver/apierrors/errors.conf @@ -84,6 +84,7 @@ 411: ["project_cannot_be_moved_under_itself", "Project can not be moved under itself in the projects hierarchy"] 412: ["project_cannot_be_merged_into_its_child", "Project can not be merged into its own child"] 413: ["project_has_pipelines", "project has associated pipelines with active controllers"] + 414: ["public_project_exists", "Cannot create project. Public project with the same name already exists"] # Queues 701: ["invalid_queue_id", "invalid queue id"]