오류 응답의 executionId

참고: 이 문서는 Google Cloud Functions와 함께 사용할 때 Google 데이터 작업 통합에 적용됩니다.

오류 응답을 받으면 오류 응답에는 다음이 포함됩니다. 실행 ID. 사용 실행 ID Google 추적 로그를 확인합니다.

{
  "message": "The server encountered an unexpected condition which prevented it from fulfilling the request.",
  "code": "internal.server.error",
  "status": 500,
  "messageParams": {},
  "contextId": "f7c01327-a83f-463c-a7ed-6241569ac37e",
  "details": [
    {
      "errorCode": "ACTION.PROCESSING"
    }
  ],
  "errors": [
    {
      "message": "REST call for action execute failed. Message:{\"error\":\"I was told to throw\"} [executionId=hwa4afe0np0k] [f7c01327-a83f-463c-a7ed-6241569ac37e]",
      "code": "INTERNAL_SERVER_ERROR",
      "status": 500,
      "messageParams": {},
      "details": [],
      "errors": []
    }
  ]
}

자세한 내용은 Google 데이터 작업 통합 정보를 참조하세요.