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.

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.