SNMP_ERR_STATUS Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SNMP_ERR_STATUS Enumeration
C
typedef enum {
  SNMP_NO_ERR = 0,
  SNMP_TOO_BIG,
  SNMP_NO_SUCH_NAME,
  SNMP_BAD_VALUE,
  SNMP_READ_ONLY,
  SNMP_GEN_ERR,
  SNMP_NO_ACCESS,
  SNMP_WRONG_TYPE,
  SNMP_WRONG_LENGTH,
  SNMP_WRONG_ENCODING,
  SNMP_WRONG_VALUE,
  SNMP_NO_CREATION,
  SNMP_INCONSISTENT_VAL,
  SNMP_RESOURCE_UNAVAILABE,
  SNMP_COMMIT_FAILED,
  SNMP_UNDO_FAILED,
  SNMP_AUTH_ERROR,
  SNMP_NOT_WRITABLE,
  SNMP_INCONSISTENT_NAME,
  SNMP_NO_SUCH_OBJ = 128,
  SNMP_NO_SUCH_INSTANCE = 129,
  SNMP_END_OF_MIB_VIEW = 130
} SNMP_ERR_STATUS;
Members
Members 
Description 
SNMP_NO_ERR = 0 
Snmp no error 
SNMP_TOO_BIG 
Value too big error 
SNMP_NO_SUCH_NAME 
No such name in MIB error 
SNMP_BAD_VALUE 
Not assignable value for the var error 
SNMP_READ_ONLY 
Read only variable, write not allowed err 
SNMP_GEN_ERR 
Snmp gen error 
SNMP_NO_ACCESS 
Access to modify or read not granted err 
SNMP_WRONG_TYPE 
Variable data type wrong error 
SNMP_WRONG_LENGTH 
Wrong data length error 
SNMP_WRONG_ENCODING 
Wrong encoding error 
SNMP_WRONG_VALUE 
Wrong value for the var type 
SNMP_NO_CREATION 
No creationg error 
SNMP_INCONSISTENT_VAL 
Inconsistent value error 
SNMP_RESOURCE_UNAVAILABE 
Resource unavailbe error 
SNMP_COMMIT_FAILED 
Modification update failed error 
SNMP_UNDO_FAILED 
Modification undo failed 
SNMP_AUTH_ERROR 
Authorization failed error 
SNMP_NOT_WRITABLE 
Variable read only 
SNMP_INCONSISTENT_NAME 
Inconsistent name 
SNMP_NO_SUCH_OBJ = 128 
No such object error 
SNMP_NO_SUCH_INSTANCE = 129 
No such instance error 
SNMP_END_OF_MIB_VIEW = 130 
Reached to end of mib error 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.