AccessInvitationError
Enum describing possible AccessInvitation errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_EMAIL_ADDRESS
|
The email address is invalid for sending an invitation. |
EMAIL_ADDRESS_ALREADY_HAS_ACCESS
|
Email address already has access to this customer. |
INVALID_INVITATION_STATUS
|
Invalid invitation status for the operation. |
GOOGLE_CONSUMER_ACCOUNT_NOT_ALLOWED
|
Email address cannot be like abc+foo@google.com. |
INVALID_INVITATION_ID
|
Invalid invitation ID. |
EMAIL_ADDRESS_ALREADY_HAS_PENDING_INVITATION
|
Email address already has a pending invitation. |
PENDING_INVITATIONS_LIMIT_EXCEEDED
|
Pending invitation limit exceeded for the customer. |
EMAIL_DOMAIN_POLICY_VIOLATED
|
Email address doesn't conform to the email domain policy. See https://support.google.com/google-ads/answer/2375456 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors that can occur when sending an AccessInvitation."],["Errors include issues with the email address itself, existing access or invitations, and exceeding invitation limits."],["Specific error codes provide details like invalid email format, pre-existing access, pending invitations, or reaching the customer's invitation limit."],["The 'EMAIL_DOMAIN_POLICY_VIOLATED' error refers to email addresses not complying with Google Ads' domain policy and includes a link for further information."]]],[]]