public static enum InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory extends java.lang.Enum<InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory>
subscriber data.| Enum Constant and Description |
|---|
doesNotExist
The
subscriber account or subscription to export does not exist. |
invalid
The arguments specified in the
export operation are invalid. |
| Modifier and Type | Method and Description |
|---|---|
static InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory doesNotExist
subscriber account or subscription to export does not exist.public static final InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory invalid
export operation are invalid.public static InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory[] values()
for (InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory c : InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory.values()) System.out.println(c);
public static InvalidSubscriberDataExportErrorException.InvalidSubscriberDataExportCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null