SharedSetError
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. |
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum defines various error types that can occur when working with shared sets."],["Errors can indicate issues like unsupported operations, naming conflicts, or dependencies on the shared set."],["Specific errors include unspecified errors, unknown error codes, customer restrictions, duplicate names, and removal or usage restrictions."]]],[]]