AI-generated Key Takeaways
- 
          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 | |
|---|---|
| 
 | Enum unspecified. | 
| 
 | The received error code is not known in this version. | 
| 
 | Trying to manage a client that already in being managed by customer. | 
| 
 | Already managed by some other manager in the hierarchy. | 
| 
 | Attempt to create a cycle in the hierarchy. | 
| 
 | Managed accounts has the maximum number of linked accounts. | 
| 
 | Invitor has the maximum pending invitations. | 
| 
 | Attempt to change hidden status of a link that is not active. | 
| 
 | Parent manager account has the maximum number of linked accounts. | 
| 
 | Client has too many managers. |