ProductLinkInvitationError
Enum describing possible product link invitation errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in the version. |
INVALID_STATUS
|
The invitation status is invalid. |
PERMISSION_DENIED
|
The customer doesn't have the permission to perform this action |
NO_INVITATION_REQUIRED
|
An invitation could not be created, since the user already has admin access to the invited account. Use the ProductLinkService to directly create an active link. |
CUSTOMER_NOT_PERMITTED_TO_CREATE_INVITATION
|
The customer is not permitted to create the invitation. |
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 describes potential errors encountered when inviting users to access a product link."],["Error types include unspecified errors, unknown errors, invalid invitation statuses, permission issues, and cases where invitations are unnecessary or the user lacks creation permissions."],["If an invitation is unnecessary because the user already has admin access, utilize the ProductLinkService to establish a direct, active link."]]],[]]