Package com.attivio.sdk.error
Class VisitorHistoryError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.VisitorHistoryError
-
- All Implemented Interfaces:
java.io.Serializable
public final class VisitorHistoryError extends ErrorCode
Error codes for managing history.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static VisitorHistoryError
HISTORY_CLOSE_ERROR
VISITOR-HISTORY-3 Error while closing history.static VisitorHistoryError
HISTORY_READ_ERROR
VISITOR-HISTORY-4 Error while reading history.static VisitorHistoryError
HISTORY_WRITE_ERROR
VISITOR-HISTORY-5 Error while writing history.static VisitorHistoryError
LOCK_ERROR
VISITOR-HISTORY-2 Incremental Update Directory already in use by another scannerstatic VisitorHistoryError
STORAGE_ERROR
VISITOR-HISTORY-1 Error persisting Visitor's History.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
STORAGE_ERROR
public static final VisitorHistoryError STORAGE_ERROR
VISITOR-HISTORY-1 Error persisting Visitor's History.
-
LOCK_ERROR
public static final VisitorHistoryError LOCK_ERROR
VISITOR-HISTORY-2 Incremental Update Directory already in use by another scanner
-
HISTORY_CLOSE_ERROR
public static final VisitorHistoryError HISTORY_CLOSE_ERROR
VISITOR-HISTORY-3 Error while closing history.
-
HISTORY_READ_ERROR
public static final VisitorHistoryError HISTORY_READ_ERROR
VISITOR-HISTORY-4 Error while reading history.
-
HISTORY_WRITE_ERROR
public static final VisitorHistoryError HISTORY_WRITE_ERROR
VISITOR-HISTORY-5 Error while writing history.
-
-