Namespace $.fn.cwic-errorMap
Defined in: cwic.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <inner> |
The error map used to build errors triggered by cwic.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
$.fn.cwic-errorMap.AuthenticationFailure
19: authentication failed - invalid username or password for configured server
|
| <static> |
$.fn.cwic-errorMap.BrowserNotSupported
2: browser not supported
|
| <static> |
$.fn.cwic-errorMap.CallControlError
30: error performing call control operation
|
| <static> |
$.fn.cwic-errorMap.ConfigNotSet
15: configuration not set e.g.
|
| <static> |
$.fn.cwic-errorMap.InvalidArguments
3: invalid arguments
|
| <static> |
$.fn.cwic-errorMap.InvalidState
4: invalid state for operation (e.g.
|
| <static> |
$.fn.cwic-errorMap.LoggedInElseWhere
18: already logged in in another process (browser or window in internet explorer)
|
| <static> |
$.fn.cwic-errorMap.LoginError
20: other login error
|
| <static> |
$.fn.cwic-errorMap.NativePluginError
5: plugin returned an error
|
| <static> |
$.fn.cwic-errorMap.NoCallManagerConfigured
10: release mismatch
|
| <static> |
$.fn.cwic-errorMap.NoCredentialsConfigured
21: no username and/or password supplied
|
| <static> |
$.fn.cwic-errorMap.NoCsfDevicesFound
12: no softphone (CSF) devices found for supplied credentials
|
| <static> |
$.fn.cwic-errorMap.NoDevicesFound
11: no devices found for supplied credentials
|
| <static> |
$.fn.cwic-errorMap.NoError
999: no error (success)
|
| <static> |
$.fn.cwic-errorMap.OperationNotSupported
6: operation not supported
|
| <static> |
$.fn.cwic-errorMap.PhoneConfigGenError
13: other phone configuration error
|
| <static> |
$.fn.cwic-errorMap.PluginNotAvailable
1: plugin not available (not installed, not enabled or unable to load)
|
| <static> |
$.fn.cwic-errorMap.ReleaseMismatch
7: no call manager specified
|
| <static> |
$.fn.cwic-errorMap.SipProfileGenError
14: SIP profile error
|
| <static> |
$.fn.cwic-errorMap.TftpFetchError
16: could not fetch phone configuration
|
| <static> |
$.fn.cwic-errorMap.Unknown
0: unknown error or exception
|
| <static> |
$.fn.cwic-errorMap.VideoWindowError
40: 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.
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
19: authentication failed - invalid username or password for configured server
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.BrowserNotSupported
2: browser not supported
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.CallControlError
30: error performing call control operation
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.ConfigNotSet
15: configuration not set e.g. missing TFTP/CTI/CCMCIP addresses
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.InvalidArguments
3: invalid arguments
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.InvalidState
4: invalid state for operation (e.g. startconversation when phone is not registered)
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.LoggedInElseWhere
18: already logged in in another process (browser or window in internet explorer)
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.LoginError
20: other login error
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NativePluginError
5: plugin returned an error
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NoCallManagerConfigured
10: release mismatch
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NoCredentialsConfigured
21: no username and/or password supplied
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NoCsfDevicesFound
12: no softphone (CSF) devices found for supplied credentials
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NoDevicesFound
11: no devices found for supplied credentials
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.NoError
999: no error (success)
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.OperationNotSupported
6: operation not supported
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.PhoneConfigGenError
13: other phone configuration error
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.PluginNotAvailable
1: plugin not available (not installed, not enabled or unable to load)
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.ReleaseMismatch
7: no call manager specified
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.SipProfileGenError
14: SIP profile error
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.TftpFetchError
16: could not fetch phone configuration
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.Unknown
0: unknown error or exception
<static>
{$.fn.cwic-errorMapEntry}
$.fn.cwic-errorMap.VideoWindowError
40: error modifying video association (e.g. removing non-attached window or adding non-existing window)