Skip to content
Snippets Groups Projects
Commit 47d28b54 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Merge branch 'webservice-refactor' into 'master'

Refactor 'webservice' ZMQ server

See merge request detectors/pycalibration!441
parents 749e71bb 78e085a8
No related branches found
No related tags found
1 merge request!441Refactor 'webservice' ZMQ server
...@@ -13,6 +13,7 @@ class Errors: ...@@ -13,6 +13,7 @@ class Errors:
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"
OTHER_ERROR = "FAILED: Error {}, please contact det-support@xfel.eu"
class MDC: class MDC:
......
This diff is collapsed.
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