跳到主要内容

Verification.Error

当验证操作遇到错误时发出。

字段

字段类型必需说明
eventTypestring始终为 "Verification.Error"
methodstring使用的验证方法(例如,"age-key"
statusstring始终为 "ERROR"

示例

{
"eventType": "Verification.Error",
"method": "age-key",
"status": "ERROR"
}