Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个带有 Swagger 注释的 REST API。当 API 无法处理调用时,它会在正文中返回 4xx 状态代码和错误消息。Swagger 抛出一个包含请求和响应但响应不包含其主体的异常。因此客户端无法访问错误消息。
我知道我可以使用注释来防止像 4xx 这样的状态代码生成异常,但我想知道是否有办法仍然抛出异常并保留正文。
我正在使用 AutoRest 生成客户端代码。