데이터 작업이 500 오류를 반환합니다.
참고: 이 문서는 Google Cloud Functions와 함께 사용할 때 Google 데이터 작업 통합에 적용됩니다.
데이터 작업은 500 오류를 반환합니다.
- Google Cloud 함수 호출이 JSON이 아닌 응답을 반환했습니다.
- Genesys Cloud 데이터 작업은 JSON 응답만 지원합니다. JSON을 반환하도록 Google Cloud 함수를 변경합니다.
{
"message": "The server encountered an unexpected condition which prevented it from fulfilling the request.",
"code": "internal.server.error",
"status": 500,
"messageParams": {},
"contextId": "af57b4fb-6642-4a30-87e8-ba1ad8291eb1",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message:Result from google function could not be translated to JSON: error:Unrecognized token 'I': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')\n at [Source: (String)\"I am not JSON!\"; line: 1, column: 2] [executionId=\"hwa45fo7da8p\"] [af57b4fb-6642-4a30-87e8-ba1ad8291eb1]",
"code": "INTERNAL_SERVER_ERROR",
"status": 500,
"messageParams": {},
"details": [],
"errors": []
}
]
}
자세한 내용은 Google 데이터 작업 통합 정보를 참조하세요.