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-04-22 UTC.
[null,null,["Last updated 2024-04-22 UTC."],[[["This enum describes the different types of errors that can occur when working with ProductLinks."],["Errors can relate to unspecified issues, invalid operations, creation restrictions, or existing links."],["`UNSPECIFIED` and `UNKNOWN` signify general or unrecognized error types, while others specify the nature of the ProductLink error."],["`INVALID_OPERATION` indicates a disallowed action, such as removing a non-existent link, while `CREATION_NOT_PERMITTED` implies restrictions on creating new links."],["`INVITATION_EXISTS` and `LINK_EXISTS` signal errors due to pre-existing pending or active links, preventing the creation of new ones."]]],[]]