@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:55.438-07:00") public class CfgErrorType extends GEnum
Modifier and Type | Field | Description |
---|---|---|
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.
|
LOCALE_ENGLISH
Modifier and Type | Method | Description |
---|---|---|
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.
|
public static final CfgErrorType CFGNoError
public static final CfgErrorType CFGServerNotFound
public static final CfgErrorType CFGWrongProtocol
public static final CfgErrorType CFGUnknownMessage
public static final CfgErrorType CFGLoginIncorrect
public static final CfgErrorType CFGNoDBAccess
public static final CfgErrorType CFGDBError
public static final CfgErrorType CFGAppSecurityViolation
public static final CfgErrorType CFGAccessDenied
public static final CfgErrorType CFGNoPermission
public static final CfgErrorType CFGObjectNotFound
public static final CfgErrorType CFGListItemNotFound
public static final CfgErrorType CFGUniquenessViolation
public static final CfgErrorType CFGDependentObjects
public static final CfgErrorType CFGIncompleteObjectData
public static final CfgErrorType CFGIncorrectReferences
public static final CfgErrorType CFGUnchangeableInfo
public static final CfgErrorType CFGValueOutOfRange
public static final CfgErrorType CFGUnspecifiedModification
public static final CfgErrorType CFGDBResponseTimedOut
public static final CfgErrorType CFGWrongAPIParameters
public static final CfgErrorType CFGConnWriteError
public static final CfgErrorType CFGConnReadError
public static final CfgErrorType CFGConfigFileNotRead
public static final CfgErrorType CFGConfigFileIncorrect
public static final CfgErrorType CFGObjectPackingError
public static final CfgErrorType CFGUndefinedError
public static final CfgErrorType CFGHistoryLogExpired
public static final CfgErrorType CFGForcedDisconnect
public static final CfgErrorType CFGReadOnlyOperationalModeActivated
public static final CfgErrorType CFGSetOperationalModeFailed
public static final CfgErrorType CFGUnsupportedProperty
public static final CfgErrorType CFGUnsupportedObject
public static final CfgErrorType CFGExternalAuthenticationError
public static final CfgErrorType CFGLocaleItemNotChanged
public static final CfgErrorType CFGLocaleItemNotFound
public static final CfgErrorType CFGXMLParseError
public static final CfgErrorType CFGChangePasswordDenied
public static final CfgErrorType CFGUnsecureConnectionDenied
public static final CfgErrorType CFGEmptyPasswordDenied
public static final CfgErrorType CFGUserMustChangePassword
public static final CfgErrorType CFGUnsupportedEncoding
public static final CfgErrorType CFGMaxErrorType
public static java.util.Collection<CfgErrorType> values()
public static CfgErrorType valueOf(int ordinal)
ordinal
- ordinal number of the enumeration valuepublic static CfgErrorType valueOf(java.lang.String name)
name
- name of value in the enumerationSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.