Replies: 1 comment
-
Because the scaffold controller uses the |
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
-
I don't know how to report validation errors that have occurred when trying to use a controller, as currently only the message “Bad request” is displayed but this does nothing to help solve the problem of why the request could not be processed.
Actually I see that the validation error does appear in the logs of the application, and I was wondering if there is a way to serialize the validation error that appears in the logs so that it is shown in the error message received by the client that uses the controller that gave error.
If this error message could be transmitted, the client consuming the controller would know how to correctly send the body expected by the controller.
Beta Was this translation helpful? Give feedback.
All reactions