mirror of
https://github.com/clearml/clearml-server
synced 2025-02-12 07:38:28 +00:00
Add missing API Errors
This commit is contained in:
parent
5856ed2836
commit
a08fa9a0e1
@ -71,6 +71,8 @@
|
|||||||
408: ["cannot_update_project_location", "Cannot update project location. Use projects.move instead"]
|
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"]
|
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"]
|
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
|
# Queues
|
||||||
701: ["invalid_queue_id", "invalid queue id"]
|
701: ["invalid_queue_id", "invalid queue id"]
|
||||||
|
Loading…
Reference in New Issue
Block a user