@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:32.972-07:00") public class Errors extends GEnum
Modifier and Type | Field | Description |
---|---|---|
static Errors |
CampaignAlreadyLoaded |
The specified campaign is already loaded.
|
static Errors |
CampaignAlreadyStarted |
The specified campaign is already started.
|
static Errors |
CampaignGroupNotFound |
Campaign group has not been found.
|
static Errors |
CampaignNotFound |
The specified campaign cannot be found.
|
static Errors |
CampaignNotLoaded |
The specified campaign has not been loaded.
|
static Errors |
CampaignNotStarted |
The specified campaign has not been started.
|
static Errors |
CampaignScheduleNotFound |
The campaign schedule cannot be foud.
|
static Errors |
GroupNotFound |
The specified group has not been found.
|
static Errors |
InvalidCampaignMode |
The specified campaign mode is invalid.
|
static Errors |
InvalidCampaignSchedule |
The campaign schedule is invalid.
|
static Errors |
InvalidCampaignScheduleMode |
The campaign schedule mode is invalid
|
static Errors |
InvalidParameter |
The request contains an invalid parameter.
|
static Errors |
LicenseViolation |
There has been a license violation
|
static Errors |
NoError |
No error
|
static Errors |
PartOfSequence |
ErrorPartOfSequence
|
static Errors |
RegistrationError |
|
static Errors |
ServerConnectionError |
|
static Errors |
WrongConfiguration |
ErrorWrongConfiguration
|
LOCALE_ENGLISH
Modifier and Type | Method | Description |
---|---|---|
static Errors |
valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static Errors |
valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
static java.util.Collection<Errors> |
values() |
Returns all values of the enumeration.
|
public static final Errors NoError
public static final Errors ServerConnectionError
public static final Errors RegistrationError
public static final Errors CampaignNotFound
public static final Errors CampaignNotLoaded
public static final Errors CampaignAlreadyLoaded
public static final Errors CampaignNotStarted
public static final Errors CampaignAlreadyStarted
public static final Errors GroupNotFound
public static final Errors CampaignGroupNotFound
public static final Errors InvalidParameter
public static final Errors InvalidCampaignMode
public static final Errors InvalidCampaignSchedule
public static final Errors CampaignScheduleNotFound
public static final Errors InvalidCampaignScheduleMode
public static final Errors LicenseViolation
public static final Errors WrongConfiguration
public static final Errors PartOfSequence
public static java.util.Collection<Errors> values()
public static Errors valueOf(int ordinal)
ordinal
- ordinal number of the enumeration valuepublic static Errors valueOf(java.lang.String name)
name
- name of value in the enumerationSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.