|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.outbound.protocol.outboundserver.Errors
public class Errors
Field Summary | |
---|---|
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 |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
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. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static java.util.Collection<Errors> values()
public static Errors valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static Errors valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |