Possible types of errors that may occur.
Namespace: ININ.IceLib.Dialer.SupervisorAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum DialerHistoryErrorType |
| Visual Basic |
|---|
Public Enumeration DialerHistoryErrorType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 1 | Message is not an error, check WarningType or InfoType | |
| CampaignNotFound | 2 | Campaign could not be found in the dialer cache. | |
| CSCommunicationFailed | 3 | Failure to register Dialer site with central campaign server. | |
| MemoryAllocationFailed | 4 | A memory allocation failed while trying to create a new object. | |
| AgentPingFailed | 5 | Agent automatically logged out because the connection between the agent's scripter application and Dialer was lost. | |
| LinegroupNotActive | 6 | Configured linegroup is not active on the server. | |
| CallIdNotFound | 7 | Call ID attribute not present among contact attributes | |
| CampaignIdNotFound | 8 | Campaign ID not found among contact attributes | |
| UnknownException | 9 | An unknown exception occurred | |
| Win32Exception | 10 | A Win32 exception occurred | |
| TranServerNotStarted | 11 | Dialer TranServer failed t ostart | |
| TranServerRestarting | 12 | Dialer TranServer is restarting because of too many hung threads | |
| COMException | 13 | A COM exception occurred | |
| Exception | 14 | An exception occurred | |
| UnknownException2 | 15 | An unknown exception occurred | |
| NotifierError | 16 | A notifier request failed | |
| NoFields | 17 | Insert or update operation was aborted because there was no data to process | |
| InvalidDateFormat | 18 | Data passed in as a date value could not be parsed | |
| ContactListUpdateWarning | 19 | Warnings were generated while processing a database update | |
| WorkgroupNotActive | 20 | The ACD workgroup is not active on the server | |
| TableValidationFailed | 21 | An error occurred while validating a database table | |
| PolicySetLoadFailed | 22 | A policy set could not be loaded by the campaign server. | |
| ContactsLeftQueryFailed | 23 | A query for the number of remaining contacts failed | |
| PolicyMessage | 24 | A policy reported an error | |
| BadConnection | 25 | A connection to the database could not be established | |
| SQLFailed | 26 | A SQL operation failed to complete | |
| BehaviorFailed | 27 | A behavior failed to run properly | |
| EventInterfaceNotFound | 28 | An event interface object was not found in the global interface table. | |
| CreateEvalVisitorFailed | 29 | An error occurred while attempting to evaluate a rule item | |
| WriteXMLFailed | 30 | The campaign server was unable to read/write the xml configuration file. | |
| ClientObjectNotFound | 31 | The campaign server management interface pointer could not be obtained | |
| InvalidObjectId | 32 | An operation failed because the requested object identifier was not found | |
| StatInitFailed | 33 | The campaigin server's request for statistic data failed | |
| TableCommitFailed | 34 | The campaign server was unable to commit table properties to the configuration file. | |
| MaxCSThreadCountReached | 35 | The campaign server has reached the maximum number of threads allowed, typically because all processing threads are hung. | |
| GetRecycleSizeFailed | 36 | Unable to retrieve the number of contacts left in the current recycle | |
| RuleActionMessage | 37 | An error was reported by a rule action | |
| PropertyLoadFailed | 38 | An error occurred while trying to load a property | |
| ActiveStationLookupFailed | 39 | An error occurred while looking up the active station for an agent | |
| TableInitializationFailed | 40 | A database table could not be initialized or validated | |
| StatusMessage | 41 | An error status message was deactivated | |
| MalformedContactListUpdate | 42 | A contact list updated was in an incorrect format | |
| CampaignErrorThresholdExceeded | 43 | A campaign was paused because it exceeded the maximum number of errors | |
| CampaignGetContactColumnsFailed | 44 | A campaign was paused because it could not load the contact columns |