Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VoicemailRecipientError

import type { VoicemailRecipientError } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Issue(s) with a voicemail recipient.

interface VoicemailRecipientError {
email?: string;
invalidReason?: "EMAIL_INVALID_REASON_UNSPECIFIED" | "OUT_OF_QUOTA" | "RECIPIENT_DELETED";
}

§Properties

§
email?: string
[src]

Email address of the invalid recipient. This may be unavailable if the recipient was deleted.

§
invalidReason?: "EMAIL_INVALID_REASON_UNSPECIFIED" | "OUT_OF_QUOTA" | "RECIPIENT_DELETED"
[src]

Reason for the error.