|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpErrorStatus
This class contains a collection of error status code of SNMPv1/v2c
Field Summary | |
---|---|
static int |
AUTHORIZATION_ERROR
SNMPv1+ Error Status code. |
static int |
BAD_VALUE
SNMPv1 Error Status code. |
static int |
COMMIT_FAILED
SNMPv1+ Error Status code. |
static java.lang.String[] |
ERR_STRINGS
String representations of SNMP Error Status code. |
static int |
GEN_ERR
SNMPv1 Error Status code. |
static int |
INCONSISTENT_NAME
SNMPv1+ Error Status code. |
static int |
INCONSISTENT_VALUE
SNMPv1+ Error Status code. |
static int |
NO_ACCESS
SNMPv1+ Error Status code. |
static int |
NO_CREATION
SNMPv1+ Error Status code. |
static int |
NO_SUCH_NAME
SNMPv1 Error Status code. |
static int |
NOT_WRITABLE
SNMPv1+ Error Status code. |
static int |
READ_ONLY
SNMPv1 Error Status code. |
static int |
RESOURCE_UNAVAILABLE
SNMPv1+ Error Status code. |
static int |
TOO_BIG
SNMPv1 Error Status code. |
static int |
UNDO_FAILED
SNMPv1+ Error Status code. |
static int |
WRONG_ENCODING
SNMPv1+ Error Status code. |
static int |
WRONG_LENGTH
SNMPv1+ Error Status code. |
static int |
WRONG_TYPE
SNMPv1+ Error Status code. |
static int |
WRONG_VALUE
SNMPv1+ Error Status code. |
Field Detail |
---|
static final int TOO_BIG
static final int NO_SUCH_NAME
static final int BAD_VALUE
static final int READ_ONLY
static final int GEN_ERR
static final int NO_ACCESS
static final int WRONG_TYPE
static final int WRONG_LENGTH
static final int WRONG_ENCODING
static final int WRONG_VALUE
static final int NO_CREATION
static final int INCONSISTENT_VALUE
static final int RESOURCE_UNAVAILABLE
static final int COMMIT_FAILED
static final int UNDO_FAILED
static final int AUTHORIZATION_ERROR
static final int NOT_WRITABLE
static final int INCONSISTENT_NAME
static final java.lang.String[] ERR_STRINGS
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |