ErrorCategory Enumeration |
Error category.
Namespace:
Lextm.SharpSnmpPro.Mib.Validation
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic enum ErrorCategory
Public Enumeration ErrorCategory
public enum class ErrorCategory
Members
| Member name | Value | Description |
---|
| SematicError | 1 |
Sematic error.
|
| MissingImportedSymbol | 2 |
A symbol cannot be imported from module.
|
| MissingParent | 3 |
Parent node is missing.
|
| MissingEntityType | 4 |
Entity type cannot be resolved.
|
| TypeExpansionFailed | 5 |
Error occurred during type expansion.
|
| MissingDependency | 6 |
A module cannot be imported.
|
| DuplicateTypes | 7 |
Duplicate type definitions are found.
|
| DuplicateEntities | 8 |
Duplicate entity definitions are found.
|
| MissingIndex | 9 |
No index is found for table entry.
|
| MissingEnterprise | 10 |
Enterprise is missing for TRAP.
|
| MissingVariable | 11 |
Variable is missing for TRAP.
|
| WrongParent | 12 |
Table entry's parent is not a table.
|
| MissingParentId | 13 |
Parent OID is missing.
|
| DuplicateModule | 14 |
Duplicate module.
|
| ForbiddenImportedSymbol | 15 |
Symbols that are not allowed to import.
|
| DescriptorCollision | 16 |
Collision for imported descriptors.
|
See Also