SNMP Error Codes
[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]
Microsoft implements the following SNMP error codes that are defined by the SNMPv2C specification.
Constant/value | Description |
---|---|
|
The agent reports that no errors occurred during transmission. |
|
The agent could not place the results of the requested SNMP operation in a single SNMP message. |
|
The requested SNMP operation identified an unknown variable. |
|
The requested SNMP operation tried to change a variable but it specified either a syntax or value error. |
|
The requested SNMP operation tried to change a variable that was not allowed to change, according to the community profile of the variable. |
|
An error other than one of those listed here occurred during the requested SNMP operation. |
|
The specified SNMP variable is not accessible. |
|
The value specifies a type that is inconsistent with the type required for the variable. |
|
The value specifies a length that is inconsistent with the length required for the variable. |
|
The value contains an Abstract Syntax Notation One (ASN.1) encoding that is inconsistent with the ASN.1 tag of the field. |
|
The value cannot be assigned to the variable. |
|
The variable does not exist, and the agent cannot create it. |
|
The value is inconsistent with values of other managed objects. |
|
Assigning the value to the variable requires allocation of resources that are currently unavailable. |
|
No validation errors occurred, but no variables were updated. |
|
No validation errors occurred. Some variables were updated because it was not possible to undo their assignment. |
|
An authorization error occurred. |
|
The variable exists but the agent cannot modify it. |
|
The variable does not exist; the agent cannot create it because the named object instance is inconsistent with the values of other managed objects. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|