AccessInvitationError
Stay organized with collections
Save and categorize content based on your preferences.
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-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This enum describes potential errors that can occur when sending or managing access invitations."],["Errors can relate to the provided email address, existing access, invitation status, and domain policies."],["Specific error codes provide detailed information on the issue, such as invalid email format, existing access, or pending invitation limits."],["The enum includes codes like `INVALID_EMAIL_ADDRESS`, `EMAIL_ADDRESS_ALREADY_HAS_ACCESS`, and `PENDING_INVITATIONS_LIMIT_EXCEEDED` for clarity."]]],[]]