Package com.attivio.sdk.error
Class IngestHistoryError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.IngestHistoryError
-
- All Implemented Interfaces:
java.io.Serializable
public class IngestHistoryError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
CLEAR_ERROR
INGESTHISTORY-8, Failed to clean all namespace/session records.static ErrorCode
DELETE_DOCUMENT_ERROR
INGESTHISTORY-5, Failed to read a document.static ErrorCode
FAILED_CREATE_SESSION
INGESTHISTORY-1, Failed to create or update the session/namespace.static ErrorCode
READ_CHILD_ERROR
INGESTHISTORY-7, Failed to read a children record.static ErrorCode
READ_DOCUMENT_ERROR
INGESTHISTORY-4, Failed to read a document.static ErrorCode
START_SESSION_ERROR
INGESTHISTORY-2, Error have not started a session so no namespace exists.static ErrorCode
WRITE_CHILD_ERROR
INGESTHISTORY-6, Failed to create or update a children record.static ErrorCode
WRITE_DOCUMENT_ERROR
INGESTHISTORY-3, Failed to create or update a document.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
FAILED_CREATE_SESSION
public static final ErrorCode FAILED_CREATE_SESSION
INGESTHISTORY-1, Failed to create or update the session/namespace.
-
START_SESSION_ERROR
public static final ErrorCode START_SESSION_ERROR
INGESTHISTORY-2, Error have not started a session so no namespace exists.
-
WRITE_DOCUMENT_ERROR
public static final ErrorCode WRITE_DOCUMENT_ERROR
INGESTHISTORY-3, Failed to create or update a document.
-
READ_DOCUMENT_ERROR
public static final ErrorCode READ_DOCUMENT_ERROR
INGESTHISTORY-4, Failed to read a document.
-
DELETE_DOCUMENT_ERROR
public static final ErrorCode DELETE_DOCUMENT_ERROR
INGESTHISTORY-5, Failed to read a document.
-
WRITE_CHILD_ERROR
public static final ErrorCode WRITE_CHILD_ERROR
INGESTHISTORY-6, Failed to create or update a children record.
-
READ_CHILD_ERROR
public static final ErrorCode READ_CHILD_ERROR
INGESTHISTORY-7, Failed to read a children record.
-
CLEAR_ERROR
public static final ErrorCode CLEAR_ERROR
INGESTHISTORY-8, Failed to clean all namespace/session records.
-
-