Note: This article applies to the Google data actions integration when used with Google Cloud Functions.

When we receive an error response, the error response includes an executionId. Use the executionId to check the Google trace logs.

{
  "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": []
    }
  ]
}

For more information, see About the Google data actions integration.