public enum UserListErrorReason extends Enum<UserListErrorReason>
Java class for UserListError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UserListError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED"/>
<enumeration value="CONCRETE_TYPE_REQUIRED"/>
<enumeration value="CONVERSION_TYPE_ID_REQUIRED"/>
<enumeration value="DUPLICATE_CONVERSION_TYPES"/>
<enumeration value="INVALID_CONVERSION_TYPE"/>
<enumeration value="INVALID_DESCRIPTION"/>
<enumeration value="INVALID_NAME"/>
<enumeration value="INVALID_TYPE"/>
<enumeration value="CAN_NOT_ADD_SIMILAR_LIST_AS_LOGICAL_LIST_NONE_OPERAND"/>
<enumeration value="CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND"/>
<enumeration value="INVALID_USER_LIST_LOGICAL_RULE_OPERAND"/>
<enumeration value="NAME_ALREADY_USED"/>
<enumeration value="NEW_CONVERSION_TYPE_NAME_REQUIRED"/>
<enumeration value="CONVERSION_TYPE_NAME_ALREADY_USED"/>
<enumeration value="OWNERSHIP_REQUIRED_FOR_SET"/>
<enumeration value="REMOVE_NOT_SUPPORTED"/>
<enumeration value="USER_LIST_MUTATE_NOT_SUPPORTED"/>
<enumeration value="INVALID_RULE"/>
<enumeration value="INVALID_DATE_RANGE"/>
<enumeration value="CAN_NOT_MUTATE_SENSITIVE_USERLIST"/>
<enumeration value="MAX_NUM_RULEBASED_USERLISTS"/>
<enumeration value="CANNOT_MODIFY_BILLABLE_RECORD_COUNT"/>
<enumeration value="APP_ID_NOT_ALLOWED"/>
<enumeration value="APP_ID_NOT_SET"/>
<enumeration value="USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST"/>
<enumeration value="USER_LIST_SERVICE_ERROR"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APP_ID_NOT_ALLOWED
appId field can only be set when uploadKeyType is MOBILE_ADVERTISING_ID.
|
APP_ID_NOT_SET
appId field must be set when uploadKeyType is MOBILE_ADVERTISING_ID.
|
CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND
Embedded logical user lists are not allowed.
|
CAN_NOT_ADD_SIMILAR_LIST_AS_LOGICAL_LIST_NONE_OPERAND
Can't use similar list in logical user list rule when operator is NONE.
|
CAN_NOT_MUTATE_SENSITIVE_USERLIST
A userlist which is privacy sensitive or legal rejected cannot be mutated by external users.
|
CANNOT_MODIFY_BILLABLE_RECORD_COUNT
BasicUserList's billable record field cannot be modified once it is set.
|
CONCRETE_TYPE_REQUIRED
Concrete type of user list (logical v.s.
|
CONVERSION_TYPE_ID_REQUIRED
Adding/updating user list conversion types requires specifying the conversion
type id.
|
CONVERSION_TYPE_NAME_ALREADY_USED
The given conversion type name has been used.
|
DUPLICATE_CONVERSION_TYPES
Remarketing user list cannot have duplicate conversion types.
|
EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED
Creating and updating external remarketing user lists is not supported.
|
INVALID_CONVERSION_TYPE
Conversion type is invalid/unknown.
|
INVALID_DATE_RANGE
The specified date range is empty.
|
INVALID_DESCRIPTION
User list description is empty or invalid
|
INVALID_NAME
User list name is empty or invalid.
|
INVALID_RULE
Rule is invalid.
|
INVALID_TYPE
Type of the UserList does not match.
|
INVALID_USER_LIST_LOGICAL_RULE_OPERAND
User list rule operand is invalid.
|
MAX_NUM_RULEBASED_USERLISTS
Maximum number of rulebased user lists a customer can have.
|
NAME_ALREADY_USED
Name is already being used for another user list for the account.
|
NEW_CONVERSION_TYPE_NAME_REQUIRED
Name is required when creating a new conversion type.
|
OWNERSHIP_REQUIRED_FOR_SET
Only an owner account may edit a user list.
|
REMOVE_NOT_SUPPORTED
Removing user lists is not supported.
|
USER_LIST_MUTATE_NOT_SUPPORTED
The user list of the type is not mutable
|
USER_LIST_SERVICE_ERROR
Default generic error.
|
USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST |
| Modifier and Type | Method and Description |
|---|---|
static UserListErrorReason |
fromValue(String v) |
String |
value() |
static UserListErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserListErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserListErrorReason EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED
public static final UserListErrorReason CONCRETE_TYPE_REQUIRED
public static final UserListErrorReason CONVERSION_TYPE_ID_REQUIRED
public static final UserListErrorReason DUPLICATE_CONVERSION_TYPES
public static final UserListErrorReason INVALID_CONVERSION_TYPE
public static final UserListErrorReason INVALID_DESCRIPTION
public static final UserListErrorReason INVALID_NAME
public static final UserListErrorReason INVALID_TYPE
public static final UserListErrorReason CAN_NOT_ADD_SIMILAR_LIST_AS_LOGICAL_LIST_NONE_OPERAND
public static final UserListErrorReason CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND
public static final UserListErrorReason INVALID_USER_LIST_LOGICAL_RULE_OPERAND
public static final UserListErrorReason NAME_ALREADY_USED
public static final UserListErrorReason NEW_CONVERSION_TYPE_NAME_REQUIRED
public static final UserListErrorReason CONVERSION_TYPE_NAME_ALREADY_USED
public static final UserListErrorReason OWNERSHIP_REQUIRED_FOR_SET
public static final UserListErrorReason REMOVE_NOT_SUPPORTED
public static final UserListErrorReason USER_LIST_MUTATE_NOT_SUPPORTED
public static final UserListErrorReason INVALID_RULE
public static final UserListErrorReason INVALID_DATE_RANGE
public static final UserListErrorReason CAN_NOT_MUTATE_SENSITIVE_USERLIST
public static final UserListErrorReason MAX_NUM_RULEBASED_USERLISTS
public static final UserListErrorReason CANNOT_MODIFY_BILLABLE_RECORD_COUNT
public static final UserListErrorReason APP_ID_NOT_ALLOWED
public static final UserListErrorReason APP_ID_NOT_SET
public static final UserListErrorReason USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST
public static final UserListErrorReason USER_LIST_SERVICE_ERROR
public static UserListErrorReason[] values()
for (UserListErrorReason c : UserListErrorReason.values()) System.out.println(c);
public static UserListErrorReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static UserListErrorReason fromValue(String v)
Copyright © 2023. All rights reserved.