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
Merge requests
!347
Add it-support for transfer related errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add it-support for transfer related errors
error_msg
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
Ebad Kamil
requested to merge
error_msg
into
master
4 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
@ahmedk
@maial
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ff7c05db
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
webservice/messages.py
+
2
−
2
Options
@@ -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
"
Loading