A Microsoft .NET FrameWork 4.0 helper library for querying the CSC CPR Proxy Service
Assembly: CPRLib (in CPRLib.dll) Version: 1.0.0.0 (1.0.0.0)
Enumeration of the CPR Proxy Server Error codes
Namespace: CPRLibAssembly: CPRLib (in CPRLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum eErrorMessages
Members
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | ||
| IlligalLoginOrPassword | 1 | ||
| PasswordExpired | 2 | ||
| PasswordDoesNotMeetComplexityRequirements | 3 | ||
| CTSERVICEClosed | 4 | ||
| UnknownPNR | 5 | ||
| UnknownKundenr | 6 | ||
| ConnectionExpired | 7 | ||
| AccessDenied | 8 | ||
| FatalError | 9 | ||
| UnknownSubscriberType | 10 | ||
| UnkownDataType | 11 | ||
| UserIdDoesNotHaveAccess | 14 | ||
| IlligalIPAddress | 16 | ||
| UserProfileIsInactive | 18 | ||
| UserProfileTemporaryClosed | 24 | ||
| UserProfileInActive | 28 |
See Also