OGC API Processes - status codes and error messages #1035
Unanswered
JakobMiksch
asked this question in
Q&A
Replies: 1 comment
-
I have the same issue, it would be great if there was e.g. some kind of exception like a BadRequestError. Not sure if this is related, but the status code handling could also be improved for other endpoints, for example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a process and I am validating the input of the user. When there is a problem with the input, I would like to respond with a error message and a custom status code like 401. Currently I do not find a solution to return any other status code than 200.
Is it possible to return other status codes than 200?
Beta Was this translation helpful? Give feedback.
All reactions