Skip to main content

Verification.Error

Emitted when a verification operation encounters an error.

Fields

FieldTypeRequiredDescription
eventTypestringyesAlways "Verification.Error"
methodstringyesVerification method used (for example, "age-key")
statusstringyesAlways "ERROR"

Example

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