Click or drag to resize

ErrorCategory Enumeration

Error category.

Namespace:  Lextm.SharpSnmpPro.Mib.Validation
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public enum ErrorCategory
Members
  Member nameValueDescription
SematicError1 Sematic error.
MissingImportedSymbol2 A symbol cannot be imported from module.
MissingParent3 Parent node is missing.
MissingEntityType4 Entity type cannot be resolved.
TypeExpansionFailed5 Error occurred during type expansion.
MissingDependency6 A module cannot be imported.
DuplicateTypes7 Duplicate type definitions are found.
DuplicateEntities8 Duplicate entity definitions are found.
MissingIndex9 No index is found for table entry.
MissingEnterprise10 Enterprise is missing for TRAP.
MissingVariable11 Variable is missing for TRAP.
WrongParent12 Table entry's parent is not a table.
MissingParentId13 Parent OID is missing.
DuplicateModule14 Duplicate module.
ForbiddenImportedSymbol15 Symbols that are not allowed to import.
DescriptorCollision16 Collision for imported descriptors.
See Also