CoreAsp.ComResult

This object is returned by members of the SnmpRqst object or other objects to indicate the status of an operation.

Member

Description

Failed

Returns true if this object contains a failure and false if the object contains a success.

GetErrorMsg

If Failed is true, this member returns the associated error message.

Note: All the members of the ComResult object are methods. They have no arguments and should be called without parenthesis.

See Also

Using the SNMP API

CoreAsp.SnmpRqst

CoreAsp.ComSnmpResponse

Example scripts using the SNMP API

Troubleshooting the SNMP API