You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openeo_driver/errors.py
+7-7
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ class ProcessGraphMissingException(OpenEOApiException):
360
360
status_code=400
361
361
code='ProcessGraphMissing'
362
362
message="Invalid process specified. It doesn't contain a process graph."
363
-
_description="The parameter `process` doesn't contain a valid process."
363
+
_description="The process doesn't contain a process graph. For jobs, services, and sync. processing the parameter `process` must contain a `process_graph`."
@@ -442,19 +442,19 @@ class ProcessUnsupportedException(OpenEOApiException):
442
442
status_code=400
443
443
code='ProcessUnsupported'
444
444
message="Process with identifier '{process}' is not available in namespace '{namespace}'."
445
-
_description='A process (pre-defined or user-defined) with the specified identifier is not available. To be used when validating or executing process graphs.'
446
-
_tags= ['Data Processing']
445
+
_description="A process (predefined or user-defined) with the specified identifier is not available. To be used when validating or executing process graphs."
0 commit comments