Verification.Error
Emitted when a verification operation encounters an error.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "Verification.Error" |
method | string | yes | Verification method used (for example, "age-key") |
status | string | yes | Always "ERROR" |
Example
{
"eventType": "Verification.Error",
"method": "age-key",
"status": "ERROR"
}