Skip to content
Snippets Groups Projects
Commit 8266f2cd authored by Ebad Kamil's avatar Ebad Kamil
Browse files

Merge branch 'error_msg' into 'master'

Add it-support for transfer related errors

See merge request detectors/pycalibration!347
parents df14c620 ff7c05db
No related branches found
No related tags found
1 merge request!347Add it-support for transfer related errors
...@@ -9,14 +9,14 @@ class Errors: ...@@ -9,14 +9,14 @@ class Errors:
NO_DEFAULT_CONFIG = "FAILED: No default config for instrument {}, detector {} exists!, please contact det-support@xfel.eu" 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" 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" 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 det-support@xfel.eu" TRANSFER_EVAL_FAILED = "FAILED: Evaluating transfer to offline failed for proposal {}, run {}, please contact it-support@xfel.eu"
MDC_RESPONSE = "FAILED: Response error from MDC: {}" MDC_RESPONSE = "FAILED: Response error from MDC: {}"
NOT_CONFIGURED = "FAILED: instrument not configured, please contact det-support@xfel.eu" 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" NOT_SUBMITTED = "FAILED: correction of {} failed during submision, please contact det-support@xfel.eu"
class MDC: class MDC:
MIGRATION_TIMEOUT = "Timeout waiting for migration. Contact det-support@xfel.eu" MIGRATION_TIMEOUT = "Timeout waiting for migration. Contact it-support@xfel.eu"
NOTHING_TO_DO = "Nothing to calibrate for this run, copied raw data only" NOTHING_TO_DO = "Nothing to calibrate for this run, copied raw data only"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment