[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.70

Syntax

C#
public enum ServiceFaultCode

Members

Member nameDescription
SessionInvalid
AuthenticationFailed
ConnectionsNotAvailable
ReferenceListTypeNotFound
ManagedListTypeNotFound
OperationNotSupported
InvalidDatabase
ItemNotFoundInDatabase
UnableToDeleteItem
CannotConnectToService
InvalidOperation
UserLockedOut
NullParameterReceived
UnhandledException
XmlDeserializationException
UnsufficientPermission

See Also