Click or drag to resize

ServiceErrorCategory Enumeration

Indicates the category of an error that occured during a web service method invocation.

Namespace:  PDTec.IceNet.Web.Service.TicketBased
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum ServiceErrorCategory
Members
  Member nameValueDescription
None0 No error occured.
NotAuthenticated1 The caller could not be authenticated or the authentication has expired.
NotAuthorized2 The server was not able to able to execute the method due to missing authorization.
Other3 Any other logic error occcured.
See Also