CustomerClientLinkError

  • 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.

Enum describing possible CustomerClientLink errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

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.

CUSTOMER_HAS_TOO_MANY_ACCOUNTS

Managed accounts has the maximum number of linked accounts.

CLIENT_HAS_TOO_MANY_INVITATIONS

Invitor has the maximum pending invitations.

CANNOT_HIDE_OR_UNHIDE_MANAGER_ACCOUNTS

Attempt to change hidden status of a link that is not active.

CUSTOMER_HAS_TOO_MANY_ACCOUNTS_AT_MANAGER

Parent manager account has the maximum number of linked accounts.

CLIENT_HAS_TOO_MANY_MANAGERS

Client has too many managers.