ServiceErrorCategory Enumeration |
Namespace:
PDTec.IceNet.Domain.Fulltext.Service.Interface
Assembly:
PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public 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