ManagerLinkError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible ManagerLink errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
ACCOUNTS_NOT_COMPATIBLE_FOR_LINKING
|
The manager and client have incompatible account types. |
TOO_MANY_MANAGERS
|
Client is already linked to too many managers. |
TOO_MANY_INVITES
|
Manager has too many pending invitations. |
ALREADY_INVITED_BY_THIS_MANAGER
|
Client is already invited by this manager. |
ALREADY_MANAGED_BY_THIS_MANAGER
|
The client is already managed by this manager. |
ALREADY_MANAGED_IN_HIERARCHY
|
Client is already managed in hierarchy. |
DUPLICATE_CHILD_FOUND
|
Manager and sub-manager to be linked have duplicate client. |
CLIENT_HAS_NO_ADMIN_USER
|
Client has no active user that can access the client account. |
MAX_DEPTH_EXCEEDED
|
Adding this link would exceed the maximum hierarchy depth. |
CYCLE_NOT_ALLOWED
|
Adding this link will create a cycle. |
TOO_MANY_ACCOUNTS
|
Manager account has the maximum number of linked clients. |
TOO_MANY_ACCOUNTS_AT_MANAGER
|
Parent manager account has the maximum number of linked clients. |
NON_OWNER_USER_CANNOT_MODIFY_LINK
|
The account is not authorized owner. |
SUSPENDED_ACCOUNT_CANNOT_ADD_CLIENTS
|
Your manager account is suspended, and you are no longer allowed to link to clients. |
CLIENT_OUTSIDE_TREE
|
You are not allowed to move a client to a manager that is not under your current hierarchy. |
INVALID_STATUS_CHANGE
|
The changed status for mutate link is invalid. |
INVALID_CHANGE
|
The change for mutate link is invalid. |
CUSTOMER_CANNOT_MANAGE_SELF
|
You are not allowed to link a manager account to itself. |
CREATING_ENABLED_LINK_NOT_ALLOWED
|
The link was created with status ACTIVE and not PENDING. |
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.
[[["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-10-12 UTC."],[[["This enum defines potential errors encountered when linking manager and client accounts in a hierarchical structure."],["Errors encompass scenarios such as account incompatibility, exceeding linking limits, existing relationships, and structural violations."],["Specific errors address issues like exceeding account limits, unauthorized access, suspended accounts, and hierarchical inconsistencies."],["The enum provides detailed error codes for various situations, including attempts to create active links without pending status, self-management attempts by customers, and invalid link modifications."],["Developers can utilize these error codes to handle and diagnose issues related to account linking within the system."]]],[]]