Platform SDK Java 8.5 API Reference

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

Packages that use Errors
com.genesyslab.platform.outbound.protocol.outboundserver   
 

Uses of Errors in com.genesyslab.platform.outbound.protocol.outboundserver
 

Fields in com.genesyslab.platform.outbound.protocol.outboundserver declared as Errors
static Errors Errors.CampaignAlreadyLoaded
          The specified campaign is already loaded.
static Errors Errors.CampaignAlreadyStarted
          The specified campaign is already started.
static Errors Errors.CampaignGroupNotFound
          Campaign group has not been found.
static Errors Errors.CampaignNotFound
          The specified campaign cannot be found.
static Errors Errors.CampaignNotLoaded
          The specified campaign has not been loaded.
static Errors Errors.CampaignNotStarted
          The specified campaign has not been started.
static Errors Errors.CampaignScheduleNotFound
          The campaign schedule cannot be foud.
static Errors Errors.GroupNotFound
          The specified group has not been found.
static Errors Errors.InvalidCampaignMode
          The specified campaign mode is invalid.
static Errors Errors.InvalidCampaignSchedule
          The campaign schedule is invalid.
static Errors Errors.InvalidCampaignScheduleMode
          The campaign schedule mode is invalid
static Errors Errors.InvalidParameter
          The request contains an invalid parameter.
static Errors Errors.LicenseViolation
          There has been a license violation
static Errors Errors.NoError
          No error
static Errors Errors.PartOfSequence
          ErrorPartOfSequence
static Errors Errors.RegistrationError
           
static Errors Errors.ServerConnectionError
           
static Errors Errors.WrongConfiguration
          ErrorWrongConfiguration
 

Methods in com.genesyslab.platform.outbound.protocol.outboundserver that return Errors
static Errors Errors.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static Errors Errors.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.outbound.protocol.outboundserver that return types with arguments of type Errors
static java.util.Collection<Errors> Errors.values()
          Returns all values of the enumeration.
 


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.