Fields Summary |
---|
public static final int | noSuchNameError code as defined in RFC 1448 for: noSuchName . |
public static final int | badValueError code as defined in RFC 1448 for: badValue . |
public static final int | readOnlyError code as defined in RFC 1448 for: readOnly . |
public static final int | noAccessError code as defined in RFC 1448 for: noAccess . |
public static final int | noSuchInstanceError code for reporting a no such instance error. |
public static final int | noSuchObjectError code for reporting a no such object error. |
private int | errorStatusStatus of the error. |
private int | errorIndexIndex of the error.
If different from -1, indicates the index where the error occurs. |