We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5170153 commit c864147Copy full SHA for c864147
services/web/server/src/simcore_service_webserver/director_v2/_controller/_rest_exceptions.py
@@ -26,6 +26,8 @@
26
),
27
DirectorServiceError: HttpErrorInfo(
28
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.
31
"This service is temporarily unavailable. The incident was logged and will be investigated. "
32
+ MSG_TRY_AGAIN_OR_SUPPORT,
33
0 commit comments