Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.email.Errors

Packages that use Errors
com.genesyslab.platform.webmedia.protocol.email This package contains classes, enumerations, and interfaces that let you exchange customer-generated information from web forms with your Genesys E-Mail Server Java. 
com.genesyslab.platform.webmedia.protocol.email.events This package contains the Email protocol Event messages that provide information about the status of your requests. 
 

Uses of Errors in com.genesyslab.platform.webmedia.protocol.email
 

Fields in com.genesyslab.platform.webmedia.protocol.email declared as Errors
static Errors Errors.ConnectionClosed
          Lost or unestablished connection to E-mail Server Java
static Errors Errors.ConnectionFailure
          Connection failure
static Errors Errors.InternalFailure
          Internal error.
static Errors Errors.OperationFailure
          Request failed.
static Errors Errors.Success
          E-mail Server Java accepts the request.
static Errors Errors.Timeout
          No response from E-mail Server Java
 

Methods in com.genesyslab.platform.webmedia.protocol.email 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.webmedia.protocol.email that return types with arguments of type Errors
static java.util.Collection<Errors> Errors.values()
          Returns all values of the enumeration.
 

Uses of Errors in com.genesyslab.platform.webmedia.protocol.email.events
 

Methods in com.genesyslab.platform.webmedia.protocol.email.events that return Errors
abstract  Errors EventError.getErrorCode()
          The error code returned in an EventError.
 

Methods in com.genesyslab.platform.webmedia.protocol.email.events with parameters of type Errors
static EventError EventError.create(Errors errorCode, java.lang.String description)
          Creates instance of EventError with all parameters set.
abstract  void EventError.setErrorCode(Errors errorCode)
          The error code returned in an EventError.
 


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.