Skip to content

Commit

Permalink
Clarified a bit how exceptions should be used #352
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 4, 2021
1 parent abed573 commit 93bac6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

### Fixed
- Clarified how process exceptions should be used. [#352](https://github.com/Open-EO/openeo-api/issues/352)

## 1.0.1 - 2020-12-07

### Changed
Expand Down
6 changes: 4 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4842,11 +4842,13 @@ components:
type: object
title: Process Exceptions
description: |-
Declares any exceptions (errors) that might occur during execution
Declares exceptions (errors) that might occur during execution
of this process. This list is just for informative purposes and may be
incomplete. This list MUST only contain exceptions that stop the
execution of a process and MUST NOT contain warnings, notices or
debugging messages.
debugging messages. It is meant to primarily contain errors that
have been caused by the user. It is RECOMMENDED that exceptions
are referred to and explained in process or parameter descriptions.
The keys define the error code and MUST match the following pattern:
`^\w+$`
Expand Down

0 comments on commit 93bac6f

Please sign in to comment.