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

Refactor ZMQ server

parent e16be648
No related branches found
No related tags found
1 merge request!441Refactor 'webservice' ZMQ server
......@@ -13,6 +13,7 @@ class Errors:
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"
OTHER_ERROR = "FAILED: Error {}, please contact det-support@xfel.eu"
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