Advertisement
Guest User

Untitled

a guest
Oct 28th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  1. Raw event JSON
  2. {
  3.     "SchemaVersion": "2.0.1",
  4.     "FullName": {
  5.         "Namespace": "playfab.functions",
  6.         "Name": "function_executed"
  7.     },
  8.     "Id": "5e1ba6fa925e45d4a702c95a15d47696",
  9.     "Timestamp": "2022-10-29T01:52:39.9232212Z",
  10.     "Entity": {
  11.         "Id": "8EFED37626CE58F3",
  12.         "Type": "title_player_account"
  13.     },
  14.     "Originator": {
  15.         "Id": "8EFED37626CE58F3",
  16.         "Type": "title_player_account"
  17.     },
  18.     "OriginInfo": {
  19.         "Id": null,
  20.         "Timestamp": null,
  21.         "CustomTags": null
  22.     },
  23.     "Payload": {
  24.         "Source": "API",
  25.         "FunctionName": "HelloWorld",
  26.         "ExecutionTimeMilliseconds": 0,
  27.         "Result": {
  28.             "ErrorCode": "CloudScriptAzureFunctionsHTTPRequestError",
  29.             "Message": "Invocation of cloud script function HelloWorld failed with HTTP status InternalServerError and response body ",
  30.             "ErrorAndMessage": {
  31.                 "Item1": "CloudScriptAzureFunctionsHTTPRequestError",
  32.                 "Item2": "Invocation of cloud script function HelloWorld failed with HTTP status InternalServerError and response body "
  33.             }
  34.         },
  35.         "ResultTooLarge": false
  36.     },
  37.     "EntityLineage": {
  38.         "namespace": "5CD2AB0739BE6551",
  39.         "title": "188A",
  40.         "master_player_account": "7F8E925CFE62FB90",
  41.         "title_player_account": "8EFED37626CE58F3"
  42.     },
  43.     "ExperimentVariants": null
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement