HOME

com.ireasoning.protocol.snmp
Interface SnmpErrorStatus

All Superinterfaces:
Serializable

public interface SnmpErrorStatus
extends Serializable

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 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

TOO_BIG

public static final int TOO_BIG
SNMPv1 Error Status code.

See Also:
Constant Field Values

NO_SUCH_NAME

public static final int NO_SUCH_NAME
SNMPv1 Error Status code.

See Also:
Constant Field Values

BAD_VALUE

public static final int BAD_VALUE
SNMPv1 Error Status code.

See Also:
Constant Field Values

READ_ONLY

public static final int READ_ONLY
SNMPv1 Error Status code.

See Also:
Constant Field Values

GEN_ERR

public static final int GEN_ERR
SNMPv1 Error Status code.

See Also:
Constant Field Values

NO_ACCESS

public static final int NO_ACCESS
SNMPv1+ Error Status code.

See Also:
Constant Field Values

WRONG_TYPE

public static final int WRONG_TYPE
SNMPv1+ Error Status code.

See Also:
Constant Field Values

WRONG_LENGTH

public static final int WRONG_LENGTH
SNMPv1+ Error Status code.

See Also:
Constant Field Values

WRONG_ENCODING

public static final int WRONG_ENCODING
SNMPv1+ Error Status code.

See Also:
Constant Field Values

WRONG_VALUE

public static final int WRONG_VALUE
SNMPv1+ Error Status code.

See Also:
Constant Field Values

NO_CREATION

public static final int NO_CREATION
SNMPv1+ Error Status code.

See Also:
Constant Field Values

INCONSISTENT_VALUE

public static final int INCONSISTENT_VALUE
SNMPv1+ Error Status code.

See Also:
Constant Field Values

RESOURCE_UNAVAILABLE

public static final int RESOURCE_UNAVAILABLE
SNMPv1+ Error Status code.

See Also:
Constant Field Values

COMMIT_FAILED

public static final int COMMIT_FAILED
SNMPv1+ Error Status code.

See Also:
Constant Field Values

UNDO_FAILED

public static final int UNDO_FAILED
SNMPv1+ Error Status code.

See Also:
Constant Field Values

AUTHORIZATION_ERROR

public static final int AUTHORIZATION_ERROR
SNMPv1+ Error Status code.

See Also:
Constant Field Values

NOT_WRITABLE

public static final int NOT_WRITABLE
SNMPv1+ Error Status code.

See Also:
Constant Field Values

INCONSISTENT_NAME

public static final int INCONSISTENT_NAME
SNMPv1+ Error Status code.

See Also:
Constant Field Values

ERR_STRINGS

public static final String[] ERR_STRINGS
String representations of SNMP Error Status code.


HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.