Enum Constant and Description |
---|
ActiveAgentLimitExceeded
An agent login operation failed because the purchased limit of simultaneously logged in agents has been exceeded.
|
AgentAlreadyLoggedIn
There is already an agent logged in on the voice resource associated with the agent.
|
AgentConfigurationIncomplete
An agent login operation failed because the configuration of the agent is invalid or incomplete.
|
AgentLicenseRequestDenied
An agent login operation failed because the request for a feature license was denied.
|
AgentLoginFailed
An agent login operation failed due to an internal system error.
|
ApplicationNotEnabled
The client application failed to sign in to the server because the application is not enabled.
|
AuthenticationFailure
Unable to authenticate credentials (e.g.
|
BadRequest
The server did not understand the request (was unable to parse it).
|
CommServerConfigError
A configuration problem on the communications server has caused the operation to fail.
|
CommServerError
An undetermined error has occurred in the communications server.
|
CommServerOutOfResources
The operation failed due to insufficient resources in the communications server.
|
ConferenceFeatureError
A conference-related operation failed, possibly due to limitations in the support of the conference feature by the
underlying switching platform.
|
ContactNotActive
The operation failed because the interaction is no longer active at the user.
|
ContactNotPresenting
The operation failed because the interaction is no longer presenting at the user.
|
ContactStateError
The operation failed because the contact is in a state that prevents the operation from succeeding.
|
DestinationBusy
An attempt was made to originate an to an address that is busy (and is unable to accept any interactions).
|
DestinationInvalid
An invalid destination was specified.
|
DestinationOutOfService
The destination is out of service.
|
DestinationStateInvalid
The destination is not in a valid state to allow the operation to proceed.
|
DestinationUnreachable
The specified destination is unreachable for an unspecified reason.
|
DeviceNotFound
An operation failed because a device was not found.
|
DeviceStateError
The operation failed because the device is in the incorrect state to handle the request.
|
DisconnectedByApplication
The application requested disconnect of the client.
|
FeatureError
The operation failed due to limitations in the support of the feature by the underlying service provider.
|
IllegalUri
The hostname that was supplied by the application for communication with the server contained characters or syntax that are
illegal in URI's.
|
InternalServerError
An internal server error has occurred.
|
InvalidAgentState
An operation failed because the user is not in the correct state.
|
InvalidContactType
An operation failed because a specified
ContactType was invalid. |
InvalidCredentials
The credentials supplied for the connection to the server were invalid.
|
InvalidInteractionState
An operation failed because the interaction is not in the correct state.
|
InvalidParameter
One or more of the parameters provided in the invocation of the operation were invalid.
|
InvalidParty
An operation failed because a specified party was invalid.
|
InvalidRequest
The underlying service provider and/or switching platform cannot honor the request, possibly because of the combination of
supplied arguments.
|
InvalidSessionState
An operation failed because the session is not in the correct state.
|
InvalidState
An operation failed because the object is not in the correct state.
|
LicenseLimitExceeded
An agent login operation failed because a license for a particular
ContactType would have been exceeded. |
LimitExceeded
The operation failed because a system limit has been exceeded.
|
MissingContactType
An operation failed because a required
ContactType was missing. |
MultimediaAgentLimitExceeded
An agent login operation failed because the purchased limit of simultaneously logged in agents with multimedia capabilities
would have been exceeded.
|
MultimediaOperationDisabled
An agent login operation failed because the agent possesses multimedia (non-Voice)
ContactType but the license that
enables multimedia operation is disabled. |
NetworkError
The operation failed due to a network error.
|
NoAgentPresent
An operation that requires an agent to be logged in failed because there is currently no agent logged in.
|
NotImplemented
The operation requested is not implemented.
|
NoVoiceResourceAssociated
An agent login operation failed because the agent possesses the
ContactType.Voice but there was no voice resource
set on the User object prior to the login attempt. |
NullParameter
One or more of the parameters provided in the invocation of the operation was null and a null value is not supported.
|
ObjectNotFound
The object on which an operation was performed no longer exists on the server.
|
OffsiteCallSetupFailed
An agent login operation failed because the server was unable to set up the call to the phone number specified in the
UserI.loginOffsite(java.lang.String, java.lang.String) method. |
OperationNotSupported
An operation failed because the requested operation is not supported by the underlying service provider.
|
OperationTimeout
An attempt to perform an operation has timed out.
|
OriginatorBusy
An attempt was made to originate from a
ResourceI that already has an active interaction associated with it. |
OriginatorInvalid
The origination resource or device does not support the operation.
|
OutOfService
An operation failed because a required resource was out of service.
|
ParameterOutOfRange
One or more of the parameters provided in the invocation of the operation had a value that was outside the legal range.
|
ProtocolError
A protocol error was detected.
|
PullContactFailed
Pull Contact Failed.
|
PullContactFailedAgentActiveCDNcall
Pull Contact Failed.
|
PullContactFailedAgentActiveDNcall
Pull Contact Failed.
|
PullContactFailedAgentNotFound
Pull Contact Failed.
|
PullContactFailedAgentReservationFailed
Pull Contact Failed.
|
PullContactFailedContactAlreadyHandled
Pull Contact Failed.
|
PullContactFailedContactCannotBePulled
Pull Contact Failed.
|
PullContactFailedContactNotFound
Pull Contact Failed.
|
PullContactFailedContactSupervisoragentOnObserveOrBargeinAndMpcOff
Pull Contact Failed.
|
PullContactFailedContactTypeMismatch
Pull Contact Failed.
|
PullContactFailedInternalError
Pull Contact Failed.
|
PullContactFailedInvalidAgentState
Pull Contact Failed.
|
PullContactFailedMaxLimitReached
Pull Contact Failed.
|
PullContactFailedMpcValueReached
Pull Contact Failed.
|
PullContactFailedRealAgentBusy
Pull Contact Failed.
|
PullContactFailedTfeTimedout
Pull Contact Failed.
|
ReadonlyIntrinsic
An attempt was made to change the value of, or delete, a read-only intrinsic.
|
SecureCommunicationFailure
The secure communication with the server has failed to be established
|
ServiceUnreachable
The service is unreachable or shut down.
|
TransferFeatureError
A transfer-related operation failed, possibly due to limitations in the support of the transfer feature by the underlying
switching platform.
|
Unauthorized
Invalid credentials were provided or the user is not authorized to use the service.
|
Unknown |
UnresolvedHost
The hostname supplied to
ClientI.create(java.lang.String, com.avaya.ccs.api.enums.Profile, java.lang.String, com.avaya.ccs.api.SecurityContextI) by the application could not be resolved |
VoiceResourceAcquisitionFailed
The voice resource associated with the agent could not be acquired by the system.
|
VoiceResourceHasActiveCall
An agent login operation failed because agent's voice resource is busy on a call.
|
WorkspacesLicenseLimitExceeded
Session creation failed because Workspaces license limit was exceeded.
|
WorkspacesLicenseNotGranted
Session creation failed because Workspaces license was not granted for current user.
|
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode ActiveAgentLimitExceeded
public static final ErrorCode AgentAlreadyLoggedIn
public static final ErrorCode AgentConfigurationIncomplete
ContactType
.public static final ErrorCode AgentLicenseRequestDenied
public static final ErrorCode AgentLoginFailed
public static final ErrorCode ApplicationNotEnabled
public static final ErrorCode AuthenticationFailure
public static final ErrorCode BadRequest
public static final ErrorCode CommServerConfigError
public static final ErrorCode CommServerError
public static final ErrorCode CommServerOutOfResources
public static final ErrorCode ConferenceFeatureError
public static final ErrorCode ContactNotActive
public static final ErrorCode ContactNotPresenting
public static final ErrorCode ContactStateError
public static final ErrorCode DestinationBusy
public static final ErrorCode DestinationInvalid
public static final ErrorCode DestinationOutOfService
public static final ErrorCode DestinationStateInvalid
public static final ErrorCode DestinationUnreachable
DestinationBusy
or DestinationInvalid
would be expected if it
cannot be ascertain the exact cause of the error.public static final ErrorCode DeviceNotFound
public static final ErrorCode DeviceStateError
public static final ErrorCode DisconnectedByApplication
public static final ErrorCode FeatureError
public static final ErrorCode IllegalUri
public static final ErrorCode InternalServerError
public static final ErrorCode InvalidAgentState
public static final ErrorCode InvalidContactType
ContactType
was invalid.public static final ErrorCode InvalidCredentials
public static final ErrorCode InvalidInteractionState
public static final ErrorCode InvalidParameter
public static final ErrorCode InvalidParty
public static final ErrorCode InvalidRequest
public static final ErrorCode InvalidSessionState
public static final ErrorCode InvalidState
public static final ErrorCode LicenseLimitExceeded
ContactType
would have been exceeded.public static final ErrorCode LimitExceeded
public static final ErrorCode MissingContactType
ContactType
was missing.public static final ErrorCode MultimediaAgentLimitExceeded
public static final ErrorCode MultimediaOperationDisabled
ContactType
but the license that
enables multimedia operation is disabled.public static final ErrorCode NetworkError
public static final ErrorCode NoAgentPresent
public static final ErrorCode NoVoiceResourceAssociated
ContactType.Voice
but there was no voice resource
set on the User object prior to the login attempt.public static final ErrorCode NotImplemented
public static final ErrorCode NullParameter
public static final ErrorCode ObjectNotFound
public static final ErrorCode OffsiteCallSetupFailed
UserI.loginOffsite(java.lang.String, java.lang.String)
method.public static final ErrorCode OperationNotSupported
The most likely cause of this error is a failure of the client application to observe the capabilities of an object and invoking a method on the object even though the capabilities indicate that the operation is not supported by the underlying service provider.
public static final ErrorCode OperationTimeout
public static final ErrorCode OriginatorBusy
ResourceI
that already has an active interaction associated with it.public static final ErrorCode OriginatorInvalid
public static final ErrorCode OutOfService
public static final ErrorCode ParameterOutOfRange
An example of a ParameterOutOfRange error is an agent login ID string containing a 5 digit login ID when the service provider expects a login ID in the range of 1 through 9999.
public static final ErrorCode ProtocolError
public static final ErrorCode ReadonlyIntrinsic
public static final ErrorCode SecureCommunicationFailure
public static final ErrorCode ServiceUnreachable
public static final ErrorCode TransferFeatureError
public static final ErrorCode Unauthorized
public static final ErrorCode UnresolvedHost
ClientI.create(java.lang.String, com.avaya.ccs.api.enums.Profile, java.lang.String, com.avaya.ccs.api.SecurityContextI)
by the application could not be resolvedpublic static final ErrorCode VoiceResourceAcquisitionFailed
public static final ErrorCode VoiceResourceHasActiveCall
public static final ErrorCode WorkspacesLicenseNotGranted
public static final ErrorCode WorkspacesLicenseLimitExceeded
public static final ErrorCode PullContactFailed
public static final ErrorCode PullContactFailedAgentActiveCDNcall
public static final ErrorCode PullContactFailedAgentActiveDNcall
public static final ErrorCode PullContactFailedAgentNotFound
public static final ErrorCode PullContactFailedAgentReservationFailed
public static final ErrorCode PullContactFailedContactAlreadyHandled
public static final ErrorCode PullContactFailedContactCannotBePulled
public static final ErrorCode PullContactFailedContactNotFound
public static final ErrorCode PullContactFailedContactTypeMismatch
public static final ErrorCode PullContactFailedInternalError
public static final ErrorCode PullContactFailedInvalidAgentState
public static final ErrorCode PullContactFailedMaxLimitReached
public static final ErrorCode PullContactFailedMpcValueReached
public static final ErrorCode PullContactFailedRealAgentBusy
public static final ErrorCode PullContactFailedTfeTimedout
public static final ErrorCode PullContactFailedContactSupervisoragentOnObserveOrBargeinAndMpcOff
public static final ErrorCode Unknown
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null