AI-generated Key Takeaways
- 
          
The content describes the response message for account link mutate operations.
 - 
          
The
resultfield provides the outcome of the mutate operation, using theMutateAccountLinkResultobject. - 
          
The
partial_failure_errorfield indicates errors that occurred during partial failure mode, using theStatusobject. - 
          
Partial failure errors are returned only when
partial_failure = trueand errors happen within the operations. 
Response message for account link mutate.
| Fields | |
|---|---|
 | 
                
                  
                   Result for the mutate.  | 
              
 | 
                
                  
                   Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), we return an RPC level error.  |