Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ProcessGraphMissing" error unclear when used with UDPs #395

Closed
soxofaan opened this issue May 17, 2021 · 2 comments
Closed

"ProcessGraphMissing" error unclear when used with UDPs #395

soxofaan opened this issue May 17, 2021 · 2 comments
Labels
bug minor requires a minor-version (x.1.0 for example)
Milestone

Comments

@soxofaan
Copy link
Member

openeo-api/errors.json

Lines 194 to 203 in f303d65

"ProcessGraphMissing": {
"description": "The parameter `process` doesn't contain a valid process.",
"message": "Invalid process specified.",
"http": 400,
"tags": [
"User-Defined Processes",
"Batch Jobs",
"Secondary Services",
"Data Processing"
]

"ProcessGraphMissing" is to be used with User-defined processes, but the description

The parameter process doesn't contain a valid process.

is unclear because there is no process parameter in the request

@m-mohr m-mohr added this to the 1.2.0 milestone May 17, 2021
@m-mohr
Copy link
Member

m-mohr commented May 17, 2021

Yes, correct. That should be improved.

m-mohr added a commit that referenced this issue May 18, 2021
@m-mohr
Copy link
Member

m-mohr commented May 18, 2021

Clarified description a bit...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug minor requires a minor-version (x.1.0 for example)
Projects
None yet
Development

No branches or pull requests

2 participants