[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.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
public enum ServiceFaultCode

Members

Member nameValueDescription
SessionInvalid0 The Q-Pulse session for the current user is invalid.
AuthenticationFailed1 An attempt to authenticate against Q-Pulse has failed.
ConnectionsNotAvailable2 The Q-Pulse service that provides the list of available Databases is not available.
ReferenceListTypeNotFound3 Q-Pulse was not able to resolve the requested occurrence reference-list.
ManagedListTypeNotFound4 Q-Pulse was not able to resolve the requested managed list.
OperationNotSupported5 The Requested Method is not supported without further configuration.
InvalidDatabase6 The requested database does not exist or is not currently available.
ItemNotFoundInDatabase7 The item requested could not be found in the database.
UnableToDeleteItem8 The item requested could not be deleted.
CannotConnectToService9 The service is not available.
InvalidOperation10 The operation requested could not be completed due to invalid state on the server.
UserLockedOut11 The user has been locked out due to too many failed login attempts.
NullParameterReceived12 The parameter to the Web Service endpoint has been received as null.
UnhandledException13 An unhandled exception has occurred.
XmlDeserializationException14 An exception related to XML Deserialization.
UnsufficientPermission15 User has not enough permission to perform request operation.
QPulseWebLocationMissing16 QPulse Web Location has not been configured.

See Also