| ServiceErrorCategory Enumeration | 
            Indicates the category of an error that occured during a web service method invocation.
            
 
Namespace: PDTec.IceNet.Web.Service.TicketBasedAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum ServiceErrorCategory
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No error occured.
             | 
 | NotAuthenticated | 1 | 
            The caller could not be authenticated or the authentication has expired.
             | 
 | NotAuthorized | 2 | 
            The server was not able to able to execute the method due to missing authorization. 
             | 
 | Other | 3 | 
            Any other logic error occcured.
             | 
See Also