DNC Scrub Query Result Type
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum DNCScrubQueryResult |
| Visual Basic |
|---|
Public Enumeration DNCScrubQueryResult |
Members
| Member name | Value | Description | |
|---|---|---|---|
| UnknownFailure | -1 | Unknown Failure | |
| Success | 0 | Success | |
| DNCCOMNetworkFailure | 1 | DNC.Com Network Failure | |
| DNCCOMAuthenticationFailure | 2 | DNC.Com Authentication Failure | |
| DNCOMScrubbingFailure | 3 | DNC.Com Scrubbing Failure | |
| DNCCOMFailure | 4 | DNC.Com Failure | |
| DNCInternalFailure | 5 | Dialer Failure |