From a08fa9a0e1de9b0afdde5d2f5620e726ceee553e Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 13 Feb 2022 19:16:58 +0200 Subject: [PATCH] Add missing API Errors --- apiserver/apierrors/errors.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apiserver/apierrors/errors.conf b/apiserver/apierrors/errors.conf index e604822..5780c45 100644 --- a/apiserver/apierrors/errors.conf +++ b/apiserver/apierrors/errors.conf @@ -71,6 +71,8 @@ 408: ["cannot_update_project_location", "Cannot update project location. Use projects.move instead"] 409: ["project_path_exceeds_max", "Project path exceed the maximum allowed depth"] 410: ["project_source_and_destination_are_the_same", "Project has the same source and destination paths"] + 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"] # Queues 701: ["invalid_queue_id", "invalid queue id"]