{"RequestId": "b615b896-d197-47d7-8919-xxx","ErrorCode": -1,"ErrorMessage": "Traceback (most recent call last):\\n File \\"/var/user/index.py\\", line 5, in main_handler\\n if 'key1' in event.keys():\\nNameError: global name 'event' is not defined","Body": {"AppId": xxx,"Uin": "xxx","SubAccountUin": "xxx","RequestSource": "TRIGGER_TIMER","FunctionName": "tabortest","Namespace": "default","Qualifier": "$DEFAULT","InvocationType": "RequestResponse","ClientContext": "{\\"Type\\":\\"Timer\\",\\"TriggerName\\":\\"tabortimer\\",\\"Time\\":\\"2020-10-10T01:22:00Z\\",\\"Message\\":\\"\\"}","LogType": "","TimeStampForInvoker": "160229310xxx","RequestId": "b615b896-d197-47d7-8919-xxx","PushTime": "2020-10-10T09:22:00.061824591+08:00","RetryNum": 2,"Ttl": 0}}
结构名 | 内容 |
AppId | APPID。 |
Uin | 主账号 ID。 |
SubAccountUin | 创建者的子账号 ID(此字段可能返回 null,表示取不到有效值)。 |
RequestSource | 触发器请求来源。 |
FunctionName | 函数名称。 |
Namespace | 命名空间。 |
Qualifier | 触发函数的版本/别名。 |
ClientContext | |
TimeStampForInvoker | 调用函数时的毫秒级时间戳。 |
RequestId | 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 |
PushTime | 推送至消息队列的时间信息。 |
RetryNum | 重试次数(0 - 2)。 |
Ttl | 异步队列事件保留时长。 |
本页内容是否解决了您的问题?