SnmpPduErrorStatus
This TC enumerates the SNMPv1 and SNMPv2 PDU error status codes as defined in RFC 1157 and RFC 1905. It also adds a pseudo error status code `noResponse' which indicates a timeout condition.
Possible values
20 objects| Number | Name |
|---|---|
| -1 | noResponse |
| 0 | noError |
| 1 | tooBig |
| 2 | noSuchName |
| 3 | badValue |
| 4 | readOnly |
| 5 | genErr |
| 6 | noAccess |
| 7 | wrongType |
| 8 | wrongLength |
| 9 | wrongEncoding |
| 10 | wrongValue |
| 11 | noCreation |
| 12 | inconsistentValue |
| 13 | resourceUnavailable |
| 14 | commitFailed |
| 15 | undoFailed |
| 16 | authorizationError |
| 17 | notWritable |
| 18 | inconsistentName |