Interface ResendCodeReasonVerificationFailed

The code is re-sent, because device verification has failed. Subtype of ResendCodeReason.

interface ResendCodeReasonVerificationFailed {
    @type: "resendCodeReasonVerificationFailed";
    error_message: string;
}

Properties

Properties

@type: "resendCodeReasonVerificationFailed"
error_message: string

Cause of the verification failure, for example, PLAY_SERVICES_NOT_AVAILABLE, APNS_RECEIVE_TIMEOUT, or APNS_INIT_FAILED.