Class Index | File Index

Classes

Any elements of the API not documented in the API reference are considered experimental and unsupported.
These may be removed in a future release.

Copyright (c) 2007-2015 by Cisco Systems, Inc.

Namespace $.fn.cwic-errorMap


Defined in: cwic.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
<inner>  
The error map used to build errors triggered by cwic.
Field Summary
Field Attributes Field Name and Description
<static>  
$.fn.cwic-errorMap.AuthenticationFailure
AuthenticationFailure: authentication failed - invalid or missing credentials/token or incorrect server parameters
<static>  
$.fn.cwic-errorMap.BrowserNotSupported
BrowserNotSupported: browser not supported
<static>  
$.fn.cwic-errorMap.CallControlError
CallControlError: error performing call control operation
<static>  
$.fn.cwic-errorMap.CannotConnectToServer
CannotConnectToServer: Cannot communicate with the server.
<static>  
$.fn.cwic-errorMap.CapabilityMissing
CapabilityMissing: Capability missing (e.g.
<static>  
$.fn.cwic-errorMap.CertificateError
CertificateError: Cannot start a new session due to a certificate problem.
<static>  
$.fn.cwic-errorMap.CreateCallError
CreateCallError: error creating a new call.
<static>  
$.fn.cwic-errorMap.DockArgumentNotHTMLElement
DockArgumentNotHTMLElement: Dock needs to be called on an HTMLElement
<static>  
$.fn.cwic-errorMap.DockingCapabilitiesNotAvailable
DockingCapabilitiesNotAvailable: External video docking capabilities not available
<static>  
$.fn.cwic-errorMap.ErrorReadingConfig
ErrorReadingConfig: Attempt to load startup handler config failed.
<static>  
$.fn.cwic-errorMap.ExtensionNotAvailable
ExtensionNotAvailable: browser extension not available (not installed, not enabled or unable to load)
<static>  
$.fn.cwic-errorMap.InvalidArguments
InvalidArguments: invalid arguments
<static>  
$.fn.cwic-errorMap.InvalidCCMCIPServer
InvalidCCMCIPServer: The configured CCMCIP server is incorrect
<static>  
$.fn.cwic-errorMap.InvalidCTIServer
InvalidCTIServer: The configured CTI server is incorrect
<static>  
$.fn.cwic-errorMap.InvalidState
InvalidState: invalid state for operation (e.g.
<static>  
$.fn.cwic-errorMap.InvalidTFTPServer
InvalidTFTPServer: The configured TFTP server is incorrect
<static>  
$.fn.cwic-errorMap.InvalidURLFragment
InvalidURLFragment: Invalid SSO URL fragment received from child window (popup or iFrame)
<static>  
$.fn.cwic-errorMap.InvalidUserInput
InvalidUserInput: User input invalid (email, password, redirectUri, etc.
<static>  
$.fn.cwic-errorMap.NativePluginError
NativePluginError: plugin returned an error
<static>  
$.fn.cwic-errorMap.NetworkError
NetworkError: No network connection or SSL/TLS connection error
<static>  
$.fn.cwic-errorMap.NoDevicesFound
NoDevicesFound: no devices found for supplied credentials
<static>  
$.fn.cwic-errorMap.NoError
NoError: no error (success)
<static>  
$.fn.cwic-errorMap.NotUserAuthorized
NotUserAuthorized: user did not authorize the add-on to run
<static>  
$.fn.cwic-errorMap.OperationFailed
OperationFailed: System not started or fully operational
<static>  
$.fn.cwic-errorMap.OperationNotSupported
OperationNotSupported: operation not supported
<static>  
$.fn.cwic-errorMap.PhoneConfigGenError
PhoneConfigGenError: other phone configuration error
<static>  
$.fn.cwic-errorMap.PluginNotAvailable
PluginNotAvailable: plugin not available (not installed, not enabled or unable to load)
<static>  
$.fn.cwic-errorMap.ReleaseMismatch
ReleaseMismatch: release mismatch
<static>  
$.fn.cwic-errorMap.SelectDeviceFailure
SelectDeviceFailure: Connecting to phone device failed.
<static>  
$.fn.cwic-errorMap.ServiceDiscoveryFailure
ServiceDiscoveryFailure: Cannot find services automatically.
<static>  
ServiceDiscoveryMissingOrInvalidCallback: Service discovery lifecycle error (no callback defined or exception occured within callback for some of lifecycle states)
<static>  
$.fn.cwic-errorMap.SignInError
SignInError: other sign-in error
<static>  
$.fn.cwic-errorMap.SSOCanceled
SSOCanceled: SSO canceled.
<static>  
$.fn.cwic-errorMap.SSOInvalidUserSwitch
SSOInvalidUserSwitch: You have attempted to sign in as a different user.
<static>  
$.fn.cwic-errorMap.SSOMissingOrInvalidRedirectURI
SSOMissingOrInvalidRedirectURI: Single Sign On redirect uri is missing or invalid (OAuth2)
<static>  
$.fn.cwic-errorMap.SSOSessionExpired
SSOSessionExpired: SSO session has expired.
<static>  
$.fn.cwic-errorMap.SSOStartSessionError
SSOStartSessionError: SSO start session error, probably because of missing token.
<static>  
$.fn.cwic-errorMap.TooManyPluginInstances
TooManyPluginInstances: already logged in in another process (browser or window in internet explorer)
<static>  
$.fn.cwic-errorMap.UnexpectedLifecycleState
UnexpectedLifecycleState: Unexpected application lifecycle state.
<static>  
$.fn.cwic-errorMap.Unknown
Unknown: unknown error or exception
<static>  
$.fn.cwic-errorMap.VideoWindowError
VideoWindowError: error modifying video association (e.g.
Namespace Detail
<inner> $.fn.cwic-errorMap
The error map used to build errors triggered by cwic.
Keys are error codes (numbers), values objects associated to codes.
By default the error object contains a single 'message' property.
The error map can be customized via the init function.
Field Detail
<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.AuthenticationFailure
AuthenticationFailure: authentication failed - invalid or missing credentials/token or incorrect server parameters

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.BrowserNotSupported
BrowserNotSupported: browser not supported

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.CallControlError
CallControlError: error performing call control operation

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.CannotConnectToServer
CannotConnectToServer: Cannot communicate with the server.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.CapabilityMissing
CapabilityMissing: Capability missing (e.g. no capability to merge call to conference or to transfer a call)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.CertificateError
CertificateError: Cannot start a new session due to a certificate problem.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.CreateCallError
CreateCallError: error creating a new call. Possible causes:
- the device is not available anymore
- the maximum number of active calls configured on the user's line was reached

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.DockArgumentNotHTMLElement
DockArgumentNotHTMLElement: Dock needs to be called on an HTMLElement

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.DockingCapabilitiesNotAvailable
DockingCapabilitiesNotAvailable: External video docking capabilities not available

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.ErrorReadingConfig
ErrorReadingConfig: Attempt to load startup handler config failed. Check if StartupHandlerConfig.xml file is present in installation directory.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.ExtensionNotAvailable
ExtensionNotAvailable: browser extension not available (not installed, not enabled or unable to load)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidArguments
InvalidArguments: invalid arguments

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidCCMCIPServer
InvalidCCMCIPServer: The configured CCMCIP server is incorrect

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidCTIServer
InvalidCTIServer: The configured CTI server is incorrect

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidState
InvalidState: invalid state for operation (e.g. startconversation when phone is not registered)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidTFTPServer
InvalidTFTPServer: The configured TFTP server is incorrect

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidURLFragment
InvalidURLFragment: Invalid SSO URL fragment received from child window (popup or iFrame)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.InvalidUserInput
InvalidUserInput: User input invalid (email, password, redirectUri, etc.)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.NativePluginError
NativePluginError: plugin returned an error

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.NetworkError
NetworkError: No network connection or SSL/TLS connection error

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.NoDevicesFound
NoDevicesFound: no devices found for supplied credentials

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.NoError
NoError: no error (success)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.NotUserAuthorized
NotUserAuthorized: user did not authorize the add-on to run

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.OperationFailed
OperationFailed: System not started or fully operational

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.OperationNotSupported
OperationNotSupported: operation not supported

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.PhoneConfigGenError
PhoneConfigGenError: other phone configuration error

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.PluginNotAvailable
PluginNotAvailable: plugin not available (not installed, not enabled or unable to load)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.ReleaseMismatch
ReleaseMismatch: release mismatch

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SelectDeviceFailure
SelectDeviceFailure: Connecting to phone device failed.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.ServiceDiscoveryFailure
ServiceDiscoveryFailure: Cannot find services automatically. Try to set up server addresses manually.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.ServiceDiscoveryMissingOrInvalidCallback
ServiceDiscoveryMissingOrInvalidCallback: Service discovery lifecycle error (no callback defined or exception occured within callback for some of lifecycle states)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SignInError
SignInError: other sign-in error

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SSOCanceled
SSOCanceled: SSO canceled.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SSOInvalidUserSwitch
SSOInvalidUserSwitch: You have attempted to sign in as a different user. To switch user you must call resetData API.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SSOMissingOrInvalidRedirectURI
SSOMissingOrInvalidRedirectURI: Single Sign On redirect uri is missing or invalid (OAuth2)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SSOSessionExpired
SSOSessionExpired: SSO session has expired.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.SSOStartSessionError
SSOStartSessionError: SSO start session error, probably because of missing token.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.TooManyPluginInstances
TooManyPluginInstances: already logged in in another process (browser or window in internet explorer)

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.UnexpectedLifecycleState
UnexpectedLifecycleState: Unexpected application lifecycle state.

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.Unknown
Unknown: unknown error or exception

<static> {$.fn.cwic-errorMapEntry} $.fn.cwic-errorMap.VideoWindowError
VideoWindowError: error modifying video association (e.g. removing non-attached window or adding non-existing window)
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 08 2015 19:01:40 GMT+0200 (Central Europe Daylight Time)