Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgErrorType

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgErrorType

public class CfgErrorType
extends GEnum


Field Summary
static CfgErrorType CFGAccessDenied
          Access denied.
static CfgErrorType CFGAppSecurityViolation
          Your application is not recognized by the Configuration Server or application with the same name already started
static CfgErrorType CFGChangePasswordDenied
          Change password request denied.
static CfgErrorType CFGConfigFileIncorrect
          Compatibility error.
static CfgErrorType CFGConfigFileNotRead
          Compatibility error.
static CfgErrorType CFGConnReadError
          A communication error has occurred upon receiving a response or notification from Configuration Server.
static CfgErrorType CFGConnWriteError
          A communication error has occurred upon sending a response or notification from Configuration Server.
static CfgErrorType CFGDBError
          A database error has occurred.
static CfgErrorType CFGDBResponseTimedOut
          The database query timeout expired.
static CfgErrorType CFGDependentObjects
          Additional action required.
static CfgErrorType CFGEmptyPasswordDenied
          Empty password is prohibited.
static CfgErrorType CFGExternalAuthenticationError
          External authentication error.
static CfgErrorType CFGForcedDisconnect
          Your communication session has been terminated by the network management system.
static CfgErrorType CFGHistoryLogExpired
          Compatibility error.
static CfgErrorType CFGIncompleteObjectData
          Incomplete data, or the specified information is not within the allowable range.
static CfgErrorType CFGIncorrectReferences
          Your transaction conflicts with existing data.
static CfgErrorType CFGListItemNotFound
          Object association does not exist.
static CfgErrorType CFGLocaleItemNotChanged
          Locale item could not be changed.
static CfgErrorType CFGLocaleItemNotFound
          Locale item could not be located.
static CfgErrorType CFGLoginIncorrect
          Invalid logon information specified.
static CfgErrorType CFGMaxErrorType
          CFGMaxErrorType
static CfgErrorType CFGNoDBAccess
          The link to the Configuration Database is not available.
static CfgErrorType CFGNoError
          Success
static CfgErrorType CFGNoPermission
          Permission error.
static CfgErrorType CFGObjectNotFound
          Object does not exist.
static CfgErrorType CFGObjectPackingError
          The object cannot be packed for transmission due to object size limitations.
static CfgErrorType CFGReadOnlyOperationalModeActivated
          Transaction rejected.
static CfgErrorType CFGServerNotFound
          The specified Configuration Server cannot be found
static CfgErrorType CFGSetOperationalModeFailed
          Operation failed.
static CfgErrorType CFGUnchangeableInfo
          Invalid update attempt.
static CfgErrorType CFGUndefinedError
          Compatibility error.
static CfgErrorType CFGUniquenessViolation
          Duplicate information specified.
static CfgErrorType CFGUnknownMessage
          The application message cannot be identified as a valid message by the Configuration Server.
static CfgErrorType CFGUnsecureConnectionDenied
          Unsecure connection denied.
static CfgErrorType CFGUnspecifiedModification
          Unspecified modification.
static CfgErrorType CFGUnsupportedEncoding
          Your application cannot connect to Configuration Server because it uses unsupported encoding.
static CfgErrorType CFGUnsupportedObject
          Unsupported object property requested.
static CfgErrorType CFGUnsupportedProperty
          Unsupported object property requested.
static CfgErrorType CFGUserMustChangePassword
          User must change password at logon.
static CfgErrorType CFGValueOutOfRange
          Incomplete data, or the specified information is not within the allowable range.
static CfgErrorType CFGWrongAPIParameters
          Compatibility error.
static CfgErrorType CFGWrongProtocol
          Your application cannot connect to Configuration Server because it is using a wrong communication protocol.
static CfgErrorType CFGXMLParseError
          XML parsing error.
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgErrorType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgErrorType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgErrorType> 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

CFGNoError

public static final CfgErrorType CFGNoError
Success


CFGServerNotFound

public static final CfgErrorType CFGServerNotFound
The specified Configuration Server cannot be found


CFGWrongProtocol

public static final CfgErrorType CFGWrongProtocol
Your application cannot connect to Configuration Server because it is using a wrong communication protocol.


CFGUnknownMessage

public static final CfgErrorType CFGUnknownMessage
The application message cannot be identified as a valid message by the Configuration Server.


CFGLoginIncorrect

public static final CfgErrorType CFGLoginIncorrect
Invalid logon information specified. Check your User name and Password and try again.


CFGNoDBAccess

public static final CfgErrorType CFGNoDBAccess
The link to the Configuration Database is not available.


CFGDBError

public static final CfgErrorType CFGDBError
A database error has occurred. Try the same transaction again.


CFGAppSecurityViolation

public static final CfgErrorType CFGAppSecurityViolation
Your application is not recognized by the Configuration Server or application with the same name already started


CFGAccessDenied

public static final CfgErrorType CFGAccessDenied
Access denied.


CFGNoPermission

public static final CfgErrorType CFGNoPermission
Permission error. Your access privileges are insufficient for performing the requested transaction.


CFGObjectNotFound

public static final CfgErrorType CFGObjectNotFound
Object does not exist.


CFGListItemNotFound

public static final CfgErrorType CFGListItemNotFound
Object association does not exist.


CFGUniquenessViolation

public static final CfgErrorType CFGUniquenessViolation
Duplicate information specified.


CFGDependentObjects

public static final CfgErrorType CFGDependentObjects
Additional action required.


CFGIncompleteObjectData

public static final CfgErrorType CFGIncompleteObjectData
Incomplete data, or the specified information is not within the allowable range.


CFGIncorrectReferences

public static final CfgErrorType CFGIncorrectReferences
Your transaction conflicts with existing data.


CFGUnchangeableInfo

public static final CfgErrorType CFGUnchangeableInfo
Invalid update attempt. The specified data item may not be changed or deleted.


CFGValueOutOfRange

public static final CfgErrorType CFGValueOutOfRange
Incomplete data, or the specified information is not within the allowable range.


CFGUnspecifiedModification

public static final CfgErrorType CFGUnspecifiedModification
Unspecified modification.


CFGDBResponseTimedOut

public static final CfgErrorType CFGDBResponseTimedOut
The database query timeout expired.


CFGWrongAPIParameters

public static final CfgErrorType CFGWrongAPIParameters
Compatibility error.


CFGConnWriteError

public static final CfgErrorType CFGConnWriteError
A communication error has occurred upon sending a response or notification from Configuration Server.


CFGConnReadError

public static final CfgErrorType CFGConnReadError
A communication error has occurred upon receiving a response or notification from Configuration Server.


CFGConfigFileNotRead

public static final CfgErrorType CFGConfigFileNotRead
Compatibility error.


CFGConfigFileIncorrect

public static final CfgErrorType CFGConfigFileIncorrect
Compatibility error.


CFGObjectPackingError

public static final CfgErrorType CFGObjectPackingError
The object cannot be packed for transmission due to object size limitations.


CFGUndefinedError

public static final CfgErrorType CFGUndefinedError
Compatibility error.


CFGHistoryLogExpired

public static final CfgErrorType CFGHistoryLogExpired
Compatibility error.


CFGForcedDisconnect

public static final CfgErrorType CFGForcedDisconnect
Your communication session has been terminated by the network management system.


CFGReadOnlyOperationalModeActivated

public static final CfgErrorType CFGReadOnlyOperationalModeActivated
Transaction rejected. The Configuration Server is currently working in Read-only mode.


CFGSetOperationalModeFailed

public static final CfgErrorType CFGSetOperationalModeFailed
Operation failed. The client that activated the Read-only mode is still connected to Configuration Server.


CFGUnsupportedProperty

public static final CfgErrorType CFGUnsupportedProperty
Unsupported object property requested.


CFGUnsupportedObject

public static final CfgErrorType CFGUnsupportedObject
Unsupported object property requested.


CFGExternalAuthenticationError

public static final CfgErrorType CFGExternalAuthenticationError
External authentication error.


CFGLocaleItemNotChanged

public static final CfgErrorType CFGLocaleItemNotChanged
Locale item could not be changed. It is not dynamic.


CFGLocaleItemNotFound

public static final CfgErrorType CFGLocaleItemNotFound
Locale item could not be located.


CFGXMLParseError

public static final CfgErrorType CFGXMLParseError
XML parsing error.


CFGChangePasswordDenied

public static final CfgErrorType CFGChangePasswordDenied
Change password request denied.


CFGUnsecureConnectionDenied

public static final CfgErrorType CFGUnsecureConnectionDenied
Unsecure connection denied.


CFGEmptyPasswordDenied

public static final CfgErrorType CFGEmptyPasswordDenied
Empty password is prohibited.


CFGUserMustChangePassword

public static final CfgErrorType CFGUserMustChangePassword
User must change password at logon.


CFGUnsupportedEncoding

public static final CfgErrorType CFGUnsupportedEncoding
Your application cannot connect to Configuration Server because it uses unsupported encoding.


CFGMaxErrorType

public static final CfgErrorType CFGMaxErrorType
CFGMaxErrorType

Method Detail

values

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

Returns:
all enumeration values

valueOf

public static CfgErrorType 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 CfgErrorType 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.