[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:QPulseWebServices.Contracts.Fault.ServiceFaultCode"]
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.6203.16
Syntax
| C# |
|---|
public enum ServiceFaultCode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SessionInvalid | 0 | ||
| AuthenticationFailed | 1 | ||
| ConnectionsNotAvailable | 2 | ||
| ReferenceListTypeNotFound | 3 | ||
| ManagedListTypeNotFound | 4 | ||
| OperationNotSupported | 5 | ||
| InvalidDatabase | 6 | ||
| ItemNotFoundInDatabase | 7 | ||
| UnableToDeleteItem | 8 | ||
| CannotConnectToService | 9 | ||
| InvalidOperation | 10 | ||
| UserLockedOut | 11 | ||
| NullParameterReceived | 12 | ||
| UnhandledException | 13 | ||
| XmlDeserializationException | 14 | ||
| UnsufficientPermission | 15 | ||
| QPulseWebLocationMissing | 16 |