Platform SDK Java 8.5 API Reference

com.genesyslab.platform.outbound.protocol.outboundserver
Class Errors

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.outbound.protocol.outboundserver.Errors

public class Errors
extends GEnum


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

NoError

public static final Errors NoError
No error


ServerConnectionError

public static final Errors ServerConnectionError

RegistrationError

public static final Errors RegistrationError

CampaignNotFound

public static final Errors CampaignNotFound
The specified campaign cannot be found.


CampaignNotLoaded

public static final Errors CampaignNotLoaded
The specified campaign has not been loaded.


CampaignAlreadyLoaded

public static final Errors CampaignAlreadyLoaded
The specified campaign is already loaded.


CampaignNotStarted

public static final Errors CampaignNotStarted
The specified campaign has not been started.


CampaignAlreadyStarted

public static final Errors CampaignAlreadyStarted
The specified campaign is already started.


GroupNotFound

public static final Errors GroupNotFound
The specified group has not been found.


CampaignGroupNotFound

public static final Errors CampaignGroupNotFound
Campaign group has not been found.


InvalidParameter

public static final Errors InvalidParameter
The request contains an invalid parameter.


InvalidCampaignMode

public static final Errors InvalidCampaignMode
The specified campaign mode is invalid.


InvalidCampaignSchedule

public static final Errors InvalidCampaignSchedule
The campaign schedule is invalid.


CampaignScheduleNotFound

public static final Errors CampaignScheduleNotFound
The campaign schedule cannot be foud.


InvalidCampaignScheduleMode

public static final Errors InvalidCampaignScheduleMode
The campaign schedule mode is invalid


LicenseViolation

public static final Errors LicenseViolation
There has been a license violation


WrongConfiguration

public static final Errors WrongConfiguration
ErrorWrongConfiguration


PartOfSequence

public static final Errors PartOfSequence
ErrorPartOfSequence

Method Detail

values

public static java.util.Collection<Errors> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static Errors valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static Errors valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.