Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
ff7c05db
Commit
ff7c05db
authored
4 years ago
by
Ebad Kamil
Browse files
Options
Downloads
Patches
Plain Diff
Add it-support for transfer related errors
parent
df14c620
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!347
Add it-support for transfer related errors
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webservice/messages.py
+2
-2
2 additions, 2 deletions
webservice/messages.py
with
2 additions
and
2 deletions
webservice/messages.py
+
2
−
2
View file @
ff7c05db
...
...
@@ -9,14 +9,14 @@ class Errors:
NO_DEFAULT_CONFIG
=
"
FAILED: No default config for instrument {}, detector {} exists!, please contact det-support@xfel.eu
"
JOB_LAUNCH_FAILED
=
"
FAILED: Failed executing command: {}, code: {}, please contact det-support@xfel.eu
"
UPLOAD_CONFIG_FAILED
=
"
FAILED: Config for cycle {}, proposal {} could not be uploaded!, please contact det-support@xfel.eu
"
TRANSFER_EVAL_FAILED
=
"
FAILED: Evaluating transfer to offline failed for proposal {}, run {}, please contact
de
t-support@xfel.eu
"
TRANSFER_EVAL_FAILED
=
"
FAILED: Evaluating transfer to offline failed for proposal {}, run {}, please contact
i
t-support@xfel.eu
"
MDC_RESPONSE
=
"
FAILED: Response error from MDC: {}
"
NOT_CONFIGURED
=
"
FAILED: instrument not configured, please contact det-support@xfel.eu
"
NOT_SUBMITTED
=
"
FAILED: correction of {} failed during submision, please contact det-support@xfel.eu
"
class
MDC
:
MIGRATION_TIMEOUT
=
"
Timeout waiting for migration. Contact
de
t-support@xfel.eu
"
MIGRATION_TIMEOUT
=
"
Timeout waiting for migration. Contact
i
t-support@xfel.eu
"
NOTHING_TO_DO
=
"
Nothing to calibrate for this run, copied raw data only
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment