You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when submitting a process and the inputs are incorrect (for example label is missing, which shouldn't really even be required), the error message is not very useful.
We simply get a
Turns out that the information is in the response, just hidden. In the example mentioned above, the label was missing. But maybe we can extract this from response['detail'][0]['loc'][-1] but not sure how fixed the format of this response is.
Currently when submitting a process and the inputs are incorrect (for example
label
is missing, which shouldn't really even be required), the error message is not very useful.We simply get a
It should ideally tell what data is missing.
The text was updated successfully, but these errors were encountered: