Skip to content

Commit 3839869

Browse files
committed
doc
1 parent 235cc5c commit 3839869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_controller/_rest_exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
),
2727
DirectorServiceError: HttpErrorInfo(
2828
status.HTTP_503_SERVICE_UNAVAILABLE,
29+
# This error is raised when the director service raises an unhandled exception.
30+
# Most likely the director service is down or misconfigured so the user is asked to try again later.
2931
"This service is temporarily unavailable. The incident was logged and will be investigated. "
3032
+ MSG_TRY_AGAIN_OR_SUPPORT,
3133
),

0 commit comments

Comments
 (0)