You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Project owner identifier was not found in the project's access-rights field",
79
81
),
82
+
ProjectTooManyProjectOpenedError: HttpErrorInfo(
83
+
status.HTTP_409_CONFLICT,
84
+
"You cannot open more than {max_num_projects} study/ies at once. Please close another study and retry.",
85
+
),
80
86
WorkspaceAccessForbiddenError: HttpErrorInfo(
81
87
status.HTTP_403_FORBIDDEN,
82
88
"Access to workspace forbidden: {reason}",
@@ -109,6 +115,10 @@
109
115
status.HTTP_402_PAYMENT_REQUIRED,
110
116
"Unable to change the credit account linked to the project. The project is embargoed because the last transaction of {debt_amount} resulted in the credit account going negative.",
111
117
),
118
+
ProjectInDebtCanNotOpenError: HttpErrorInfo(
119
+
status.HTTP_402_PAYMENT_REQUIRED,
120
+
"Unable to open the project. The project is embargoed because the last transaction of {debt_amount} resulted in the credit account going negative.",
0 commit comments