ProductLinkInvitationError

  • The document lists and describes various error codes for product link invitations.

  • Errors include unspecified or unknown issues, invalid invitation status, and permission denials.

  • Some errors indicate that an invitation is not needed because the user already has admin access.

  • Specific errors exist for customers not permitted to create invitations.

Enum describing possible product link invitation errors.

Proto definition

Enums

CUSTOMER_NOT_PERMITTED_TO_CREATE_INVITATION

The customer is not permitted to create the invitation.

INVALID_STATUS

The invitation status is invalid.

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.

PERMISSION_DENIED

The customer doesn't have the permission to perform this action

UNKNOWN

The received error code is not known in the version.

UNSPECIFIED

Enum unspecified.