ErrorCategory Enumeration |
Error category.
Namespace: Lextm.SharpSnmpPro.Mib.ValidationAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic enum ErrorCategory
Public Enumeration ErrorCategory
Dim instance As ErrorCategory
public enum class ErrorCategory
MembersMember 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