[This is preliminary documentation and is subject to change.]
An Enumeration that defines Faults that can occur when processing operations on the service.
Namespace: QPulseWebServices.Contracts.FaultAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70
Syntax
| C# |
|---|
public enum ServiceFaultCode |
Members
| Member name | Description | |
|---|---|---|
| SessionInvalid | ||
| AuthenticationFailed | ||
| ConnectionsNotAvailable | ||
| ReferenceListTypeNotFound | ||
| ManagedListTypeNotFound | ||
| OperationNotSupported | ||
| InvalidDatabase | ||
| ItemNotFoundInDatabase | ||
| UnableToDeleteItem | ||
| CannotConnectToService | ||
| InvalidOperation | ||
| UserLockedOut | ||
| NullParameterReceived | ||
| UnhandledException | ||
| XmlDeserializationException | ||
| UnsufficientPermission |