com.jpragma.snmp.types
Interface ErrorStatus
public interface ErrorStatus
SNMP message error statuses as defined by RFC 1157.
ErrorStatus ::=
INTEGER {
noError(0),
tooBig(1),
noSuchName(2),
badValue(3),
readOnly(4)
genErr(5)
}
- Author:
- Isaac Levin
NO_ERROR
static final int NO_ERROR
- See Also:
- Constant Field Values
TOO_BIG
static final int TOO_BIG
- See Also:
- Constant Field Values
NO_SUCH_NAME
static final int NO_SUCH_NAME
- See Also:
- Constant Field Values
BAD_VALUE
static final int BAD_VALUE
- See Also:
- Constant Field Values
READ_ONLY
static final int READ_ONLY
- See Also:
- Constant Field Values
GEN_ERR
static final int GEN_ERR
- See Also:
- Constant Field Values