Client: JavaEnhancement: FeatureIssue: Workaround availablehelp wanted
仓库指标
- 星标
- (12,701 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
I have generated java client for my rest api. I have specified models for error responses 400 and 500 also but always i get error back as APIException and whole json is copied as string in ApiException.
Has anybody faces this issue and happen to resolve it?