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 public 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