# Describe the bug If an OID becomes unavailable on a device, and is missing, the cacti_snmp_get function can fail with an exception. ## Expected behavior The exception should be handled and then a 'U' passed back to identify missing or undefined data.
Describe the bug
If an OID becomes unavailable on a device, and is missing, the cacti_snmp_get function can fail with an exception.
Expected behavior
The exception should be handled and then a 'U' passed back to identify missing or undefined data.