Currently, https://openeo.mundialis.de/api/v1.0/collections replies with:
[
{
"description": "An internal error occurred while catching mapset from location nc_spm_08!"
},
400
]
Aside from that it would be nice if this error wouldn't be there at all (:wink:), there are a couple of issues with that error response:
- This is not a JSON error object as described in the Error Handling paragraph of the spec. That paragraph is only indicated as "SHOULD", but following it would be nice nonetheless :)
- When I assume the number there (
400) is meant to be a HTTP status code, it is a wrong one because "internal error" should result in something in the 5xx range.
- The actual HTTP status code returned is
200 OK.
Currently, https://openeo.mundialis.de/api/v1.0/collections replies with:
[ { "description": "An internal error occurred while catching mapset from location nc_spm_08!" }, 400 ]Aside from that it would be nice if this error wouldn't be there at all (:wink:), there are a couple of issues with that error response:
400) is meant to be a HTTP status code, it is a wrong one because "internal error" should result in something in the 5xx range.200 OK.