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.

Proto definition

Enums

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_IN_USE

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

SHARED_SET_REMOVED

Removed shared sets cannot be mutated.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.