| ServiceErrorCategory Enumeration | 
 
Namespace: PDTec.IceNet.Domain.Fulltext.Service.InterfaceAssembly: PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum ServiceErrorCategory
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No error has occured.
             | 
 | ConnectionError | 1 | 
            A technical error has prevented successful communication. This type 
            of error was not caused by an exception inside the service implementation.
             | 
 | NotAuthenticated | 2 | 
            The user could not be authenticated or the authentication has expired.
             | 
 | NotAuthorized | 3 | 
            The user does not have sufficient permissions to successfully complete 
            the service request.
             | 
 | Other | 4 | 
            Another type of error has occured. This was typically caused 
            by an exception thrown on the service implementation side.
             | 
See Also