Pdu and ScopedPdu error status value enumeration
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public enum PduErrorStatus |
| Visual Basic |
|---|
Public Enumeration PduErrorStatus |
| Visual C++ |
|---|
public enum class PduErrorStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| noError | 0 | No error | |
| tooBig | 1 | request or reply is too big | |
| noSuchName | 2 | requested name doesn't exist | |
| badValue | 3 | bad value supplied | |
| readOnly | 4 | Oid is read only | |
| genErr | 5 | general error | |
| noAccess | 6 | access denied | |
| wrongType | 7 | wrong type | |
| wrongLength | 8 | wrong length | |
| wrongEncoding | 9 | wrong encoding | |
| wrongValue | 10 | wrong value | |
| noCreation | 11 | no creation | |
| inconsistentValue | 12 | inconsistent value | |
| resourceUnavailable | 13 | resource is not available | |
| commitFailed | 14 | commit failed | |
| undoFailed | 15 | undo failed | |
| authorizationError | 16 | authorization error | |
| notWritable | 17 | not writable | |
| inconsistentName | 18 | inconsistent name |
Remarks
Thanks to Pavel_Tatarinov@selinc.com