[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.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
public enum ServiceFaultCode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SessionInvalid | 0 | The Q-Pulse session for the current user is invalid. | |
| AuthenticationFailed | 1 | An attempt to authenticate against Q-Pulse has failed. | |
| ConnectionsNotAvailable | 2 | The Q-Pulse service that provides the list of available Databases is not available. | |
| ReferenceListTypeNotFound | 3 | Q-Pulse was not able to resolve the requested occurrence reference-list. | |
| ManagedListTypeNotFound | 4 | Q-Pulse was not able to resolve the requested managed list. | |
| OperationNotSupported | 5 | The Requested Method is not supported without further configuration. | |
| InvalidDatabase | 6 | The requested database does not exist or is not currently available. | |
| ItemNotFoundInDatabase | 7 | The item requested could not be found in the database. | |
| UnableToDeleteItem | 8 | The item requested could not be deleted. | |
| CannotConnectToService | 9 | The service is not available. | |
| InvalidOperation | 10 | The operation requested could not be completed due to invalid state on the server. | |
| UserLockedOut | 11 | The user has been locked out due to too many failed login attempts. | |
| NullParameterReceived | 12 | The parameter to the Web Service endpoint has been received as null. | |
| UnhandledException | 13 | An unhandled exception has occurred. | |
| XmlDeserializationException | 14 | An exception related to XML Deserialization. | |
| UnsufficientPermission | 15 | User has not enough permission to perform request operation. | |
| QPulseWebLocationMissing | 16 | QPulse Web Location has not been configured. |