[This is preliminary documentation and is subject to change.]
Summary description for SifCategoryCode.
| C# | Visual Basic | Visual C++ |
public enum SifErrorCategoryCode
Public Enumeration SifErrorCategoryCode
public enum class SifErrorCategoryCode
| Member | Description |
|---|---|
| Unknown | Unknown (Error Category Code, never use if possible) |
| Xml | XML Validation category |
| Encryption | Encryption category |
| Authentication | Authentication category |
| AccessAndPermissions | Access and Permissions category |
| Registration | Registration category |
| Provision | Provision category |
| Subscription | Subscription category |
| RequestResponse | Request and Response category |
| EventReportingAndProcessing | Event Reporting and Processing category |
| Transport | Transport category |
| System | System category |
| Agent | Agent Message Handling category. DEPRECATED: Please use SifCategoryCode.Generic instead |
| Generic | Generic Message Handling |
| None |
Indicates that no SIFError is present
|