CustomerClientLinkError
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
CustomerClientLink errors are described by an enum.
Errors cover issues like a client already being invited or managed, cyclic links, and limits on the number of accounts or invitations.
Specific errors address accounts having too many managers or being at maximum capacity under a manager.
It's not possible to change the hidden status of an inactive link.
Enums
CANNOT_HIDE_OR_UNHIDE_MANAGER_ACCOUNTS
Attempt to change hidden status of a link that is not active.
CLIENT_ALREADY_INVITED_BY_THIS_MANAGER
Trying to manage a client that already in being managed by customer.
CLIENT_ALREADY_MANAGED_IN_HIERARCHY
Already managed by some other manager in the hierarchy.
CLIENT_HAS_TOO_MANY_INVITATIONS
Invitor has the maximum pending invitations.
CLIENT_HAS_TOO_MANY_MANAGERS
Client has too many managers.
CUSTOMER_HAS_TOO_MANY_ACCOUNTS
Managed accounts has the maximum number of linked accounts.
CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER
Parent manager account has the maximum number of linked accounts.
CYCLIC_LINK_NOT_ALLOWED
Attempt to create a cycle in the hierarchy.
UNKNOWN
The received error code is not known in this version.
UNSPECIFIED
Enum unspecified.
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 2025-12-12 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 2025-12-12 UTC."],[],[]]