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
Also added a quick fix to the exception that is thrown when a response returns a non-2xx code. The model (deserialised/compiled payload) is also added to the exception. So a validation error may throw a 404 exception, but if it also includes an RFC7803 payload with details of the validation error or errors, then that payload model is available in the exception as well as the original PSR-7 request and response messages.
When there is no response payload, the generated code is not complete.
More details to come when I have a little more time.
The text was updated successfully, but these errors were encountered: