DOM 事件事件结构

Verification.Error

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

字段

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

示例

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

On this page