-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
related #411
To provide a better experience to SDK users, ruby
- models generation needs to be updated to generate error types that derive from standard error types
- request executor method generator needs to be updated to pass the error type mapping to the request adapter
- request adapter interface needs to be updated to accept the mapping
- request adapter implementation needs to be updated to deserialize to those error type on error status code
[400, 600[
Reactions are currently unavailable