Class IngestHistoryError

  • All Implemented Interfaces:
    java.io.Serializable

    public class IngestHistoryError
    extends ErrorCode
    See Also:
    Serialized Form
    • 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.