We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f1195 commit 1951113Copy full SHA for 1951113
packages/dask-task-models-library/src/dask_task_models_library/container_tasks/errors.py
@@ -18,14 +18,8 @@ class ServiceRuntimeError(OsparcErrorMixin, RuntimeError):
18
)
19
20
21
-class ServiceInputsBadlyFormattedError(OsparcErrorMixin, RuntimeError):
22
- msg_template = (
23
- "The service {service_key}:{service_version} contains badly formatted inputs"
24
- )
25
-
26
27
class ServiceInputsUseFileToKeyMapButReceivesZipDataError(
28
- ServiceInputsBadlyFormattedError
+ OsparcErrorMixin, RuntimeError
29
):
30
msg_template = (
31
"The service {service_key}:{service_version} {input} uses a file-to-key {file_to_key_map} map but receives zip data instead. "
0 commit comments