Open andreyshade opened 5 years ago
Is it correct to say that these error descriptions are included in the HTTP response body? If yes, then I think the exception should probably contain the "description" (at least that's how we do it in Ruby, PHP, C#, etc client)
No, I mean about generated client code which include only handling 200 response only
Description
When I tried to generate swift client for yaml file contains different types of responses. For example:
It will generate only 200 response. How to generate another responses?