File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
services/web/server/src/simcore_service_webserver/folders/_common Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7373 ProjectRunningConflictError : HttpErrorInfo (
7474 status .HTTP_409_CONFLICT ,
7575 user_message (
76- "Cannot move folder to trash because it contains studies that are currently running. Please stop all running services first and try again." ,
77- _version = 1 ,
76+ "Cannot move folder to trash because it contains projects that are currently running. Please stop all running services first and try again." ,
77+ _version = 2 ,
7878 ),
7979 ),
8080 ProjectStoppingError : HttpErrorInfo (
8181 status .HTTP_503_SERVICE_UNAVAILABLE ,
8282 user_message (
83- "Something went wrong while stopping running services in studies within this folder before trashing. Aborting trash."
83+ "Something went wrong while stopping running services in projects within this folder before trashing. Aborting trash." ,
84+ _version = 2 ,
8485 ),
8586 ),
8687}
You can’t perform that action at this time.
0 commit comments