1 個回答
- 最新
- 最多得票
- 最多評論
0
One approach could be is to use a more generic 400 error code for client-side errors and include the specific error detail within the response body. This way, we can define a single Method Response and Integration Response for the 400 status code, and use the response body to convey the specific error (401, 402, 404, etc.).
相關內容
- 已提問 4 個月前
- 已提問 2 年前
