-
For example, when using a Json extractor to deserialize a body, if the body is incorrect, it responds with a 422 and a string body like: Failed to deserialize the JSON body into the target type: missing field What I want to know is how to handle this and give for example a JSON response. |
Beta Was this translation helpful? Give feedback.
Answered by
jplatte
Oct 7, 2022
Replies: 1 comment
-
See the customize-extractor-error example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jplatte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the customize-extractor-error example.