World-class .NET Contractor. Top 1% on Stack Overflow. Top 3% of Freelance Developers. 9 Microsoft MVP Awards. My clients call me the Coding Machine. :)
Location
Saint Petersburg, Russian Federation
Education
Master Degree in Computer Science
Work
World-class .NET Freelance Contractor at Coding Machine
In this case NSwag will know how to interpret your responses - see in generated code how to retrieve error details from ApiException generated client will throw for any non OK response you defined.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi. I have a question,
if my response is a Ok and BadRequest,
how can i get the data this request?
If you are generating with NSwag for your API controller - add attributes and return the object from the action - something like this:
In this case NSwag will know how to interpret your responses - see in generated code how to retrieve error details from ApiException generated client will throw for any non OK response you defined.