Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

FormatUnsuitable error missing #437

Closed Ardweaden closed 2 years ago

Ardweaden commented 2 years ago

I'm not sure if this was removed intentionally. FormatUnsuitable error was defined in 0.4.x version. It is raised by save_result process: https://docs.openeo.cloud/processes/#save_result

soxofaan commented 2 years ago

The error is now defined here (in openeo-processes project): https://github.com/Open-EO/openeo-processes/blob/d0ce91fcd347360b907ea2d9589d7564a2c1e1e3/save_result.json#L49-L52

Note that errors.json in openeo-api project only defines errors that are relevant on the API level (e.g. related to authentication, batch jobs, ...). Errors that are process specific (such as FormatUnsuitable for save_result) are defined in the process specifications themselves

Ardweaden commented 2 years ago

That makes a lot of sense. Closing.