ProductLinkError
Enum describing possible ProductLink errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_OPERATION
|
The requested operation is invalid. For example, you are not allowed to remove a link from a partner account. |
CREATION_NOT_PERMITTED
|
The creation request is not permitted. |
INVITATION_EXISTS
|
A link cannot be created because a pending link already exists. |
LINK_EXISTS
|
A link cannot be created because an active link already exists. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum outlines various error types that can occur when managing ProductLinks."],["Errors can indicate issues such as unspecified errors, invalid operations, creation restrictions, or pre-existing links."],["Understanding these error codes helps developers troubleshoot and resolve problems with ProductLink integrations."]]],[]]