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.).
관련 콘텐츠
- 질문됨 10달 전
