VerificationError

data class VerificationError(val type: String?, val message: String?, val existingIntentId: String?)

Contains the details of a verification creation error.

Constructors

Link copied to clipboard
constructor(type: String?, message: String?, existingIntentId: String?)

Properties

Link copied to clipboard
@SerializedName(value = "existing_intent_id")
val existingIntentId: String?

Identifier of the conflicting existing intent, if applicable.

Link copied to clipboard

Human-readable description of the error.

Link copied to clipboard
val type: String?

Machine-readable error type identifying the failure reason (e.g., "existing_intent").