[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.Fault
Assembly:  QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.15

Syntax

C#
public enum ServiceFaultCode

Members

Member nameDescription
SessionInvalid
The Q-Pulse session for the current user is invalid.
AuthenticationFailed
An attempt to authenticate against Q-Pulse has failed.
ConnectionsNotAvailable
The Q-Pulse service that provides the list of available Databases is not available.
ReferenceListTypeNotFound
Q-Pulse was not able to resolve the requested occurrence reference-list.
ManagedListTypeNotFound
Q-Pulse was not able to resolve the requested managed list.
OperationNotSupported
The Requested Method is not supported without further configuration.
InvalidDatabase
The requested database does not exist or is not currently available.
ItemNotFoundInDatabase
The item requested could not be found in the database.
UnableToDeleteItem
The item requested could not be deleted.
CannotConnectToService
The service is not available.
InvalidOperation
The operation requested could not be completed due to invalid state on the server.
UserLockedOut
The user has been locked out due to too many failed login attempts.
NullParameterReceived
The parameter to the Web Service endpoint has been received as null.
UnhandledException
An unhandled exception has occurred
XmlDeserializationException
An exception related to XML Deserialization

See Also