すべてのプロダクト
Search
ドキュメントセンター

:エラーメッセージの取得方法

最終更新日:Mar 20, 2020

API リクエストがゲートウェイに到達すると、ゲートウェイはリクエスト結果メッセージを返します。

返された結果のリクエスト ヘッダを確認します。X-Ca で始まる結果はすべてゲートウェイによって返されたものです。 結果には次のとおり重要なメッセージが含まれます。

  1. X-Ca-Request-Id: 7AD052CB-EE8B-4DFD-BBAF-EFB340E0A5AF
  2. //The unique ID of the request. Once the request reaches the API gateway, the API gateway generates a request ID and returns it to the client through the response header. We recommend that you record the request ID in both the client and backend services for troubleshooting and tracing.
  3. X-Ca-Error-Message: Invalid Url
  4. //An error message returned from the API Gateway. When a request fails, the API Gateway returns the error message to the client through the response header.
  5. X-Ca-Debug-Info: {"ServiceLatency":0,"TotalLatency":2}
  6. //A debug message returned when the debug mode is enabled. The message can be changed later and is used only for reference at the debugging stage.

基本的に X-Ca-Error-Message のヘッダーでエラーの原因は明確になります。テクニカル サポート エンジニアに X-Ca-Request-Id を提供し、ログ検索を依頼することができます。