The enum defines the acceptable snmp error status.
| Member Name | Description |
|---|---|
| noError | No error (0) |
| tooBig | Too big (1) |
| noSuchName | No such name (2) |
| badValue | Bad value (3) |
| readOnly | Read only (4) |
| genErr | Gen error (5) |
| noAccess | No access (6) |
| wrongType | Wrong type (7) |
| wrongLength | Wrong length (8) |
| wrongEncoding | Wrong encoding (9) |
| wrongValue | Wrong value (10) |
| noCreation | No creation (11) |
| inconsistentValue | Inconsistent value (12) |
| resourceUnavailable | Resource unavailable (13) |
| commitFailed | Commit failed (14) |
| undoFailed | Undo failed (15) |
| authorizationErr | Authorization err (16) |
| notWritable | Not writable (17) |
| inconsistentName | Inconsistent name (18) |
| socketErr | Socket err (19) |
| versionIncompatible | Version incompatible (20) |
Namespace: SnmpSource
Assembly: SnmpSource (in SnmpSource.dll)