Skip to content

Commit

Permalink
Fixed errors.json #394, #395
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 18, 2021
1 parent f303d65 commit 14050fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

### Fixed

- Fixed inconsistencies in errors.json: removed `ProcessGraphIdDoesntMatch`, clarified `ProcessGraphMissing`. [#394](https://github.com/Open-EO/openeo-api/issues/394) [#395](https://github.com/Open-EO/openeo-api/issues/395)

## [1.1.0] - 2021-05-17

### Added
Expand Down
10 changes: 1 addition & 9 deletions errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
]
},
"ProcessGraphMissing": {
"description": "The parameter `process` doesn't contain a valid process.",
"description": "The request doesn't contain a valid process. For jobs, services, and sync. processing it is contained in the parameter `process`.",
"message": "Invalid process specified.",
"http": 400,
"tags": [
Expand All @@ -202,14 +202,6 @@
"Data Processing"
]
},
"ProcessGraphIdDoesntMatch": {
"description": "If a user-defined process is stored and the ID in the request path and the JSON document are not equal.",
"message": "The ids in the path and in the document don't match.",
"http": 400,
"tags": [
"User-Defined Processes"
]
},
"PredefinedProcessExists": {
"description": "If a user wants to store a user-defined process with the id of a pre-defined process.",
"message": "A pre-defined process with the given identifier exists.",
Expand Down

0 comments on commit 14050fc

Please sign in to comment.