Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.webmedia.protocol.email.Errors

public class Errors
extends GEnum


Field Summary
static Errors ConnectionClosed
          Lost or unestablished connection to E-mail Server Java
static Errors ConnectionFailure
          Connection failure
static Errors InternalFailure
          Internal error.
static Errors OperationFailure
          Request failed.
static Errors Success
          E-mail Server Java accepts the request.
static Errors Timeout
          No response from E-mail Server Java
 
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

Success

public static final Errors Success
E-mail Server Java accepts the request.


Timeout

public static final Errors Timeout
No response from E-mail Server Java


ConnectionClosed

public static final Errors ConnectionClosed
Lost or unestablished connection to E-mail Server Java


OperationFailure

public static final Errors OperationFailure
Request failed.


InternalFailure

public static final Errors InternalFailure
Internal error.


ConnectionFailure

public static final Errors ConnectionFailure
Connection failure

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.