CustomerManagerLinkError
Enum describing possible CustomerManagerLink errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
NO_PENDING_INVITE
|
No pending invitation. |
SAME_CLIENT_MORE_THAN_ONCE_PER_CALL
|
Attempt to operate on the same client more than once in the same call. |
MANAGER_HAS_MAX_NUMBER_OF_LINKED_ACCOUNTS
|
Manager account has the maximum number of linked accounts. |
CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER
|
If no active user on account it cannot be unlinked from its manager. |
CANNOT_REMOVE_LAST_CLIENT_ACCOUNT_OWNER
|
Account should have at least one active owner on it before being unlinked. |
CANNOT_CHANGE_ROLE_BY_NON_ACCOUNT_OWNER
|
Only account owners may change their permission role. |
CANNOT_CHANGE_ROLE_FOR_NON_ACTIVE_LINK_ACCOUNT
|
When a client's link to its manager is not active, the link role cannot be changed. |
DUPLICATE_CHILD_FOUND
|
Attempt to link a child to a parent that contains or will contain duplicate children. |
TEST_ACCOUNT_LINKS_TOO_MANY_CHILD_ACCOUNTS
|
The authorized customer is a test account. It can add no more than the allowed number of accounts |
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.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum describes potential errors that can occur when managing the link between a customer and their manager account in Google Ads."],["Errors can arise due to various reasons such as exceeding account limits, incorrect user permissions, or issues with the link status."],["Specific error codes provide details like missing invitations, exceeding maximum linked accounts, or attempting unauthorized operations."],["These codes help developers understand and resolve issues encountered when linking or unlinking customer accounts."],["Understanding these error codes allows developers to implement robust error handling in their applications, ensuring smoother account management operations."]]],[]]