SharedSetError

  • Describes potential errors related to shared sets.

  • Includes errors for unspecified issues, unknown codes, and customer creation restrictions.

  • Covers errors concerning duplicate names, attempting to modify removed shared sets, and removing shared sets that are currently in use.

Enum describing possible shared set errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

CUSTOMER_CANNOT_CREATE_SHARED_SET_OF_THIS_TYPE

The customer cannot create this type of shared set.

DUPLICATE_NAME

A shared set with this name already exists.

SHARED_SET_REMOVED

Removed shared sets cannot be mutated.

SHARED_SET_IN_USE

The shared set cannot be removed because it is in use.