Package com.attivio.sdk.error
Class IndexWorkflowError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.IndexWorkflowError
-
- All Implemented Interfaces:
java.io.Serializable
public final class IndexWorkflowError extends ErrorCode
Contains error codes related to index workflow- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
ATTEMPT_TO_RESEND_DOCUMENT
INDEX_WORKFLOW-50 Attempted to resend the same document by a MultiOutputSingleDocumentTransformer.static ErrorCode
BULK_UPDATE_ERROR
INDEX_WORKFLOW-39 Error processing BulkUpdate.static ErrorCode
DEBUG
INDEX_WORKFLOW-38 A debug message.static ErrorCode
DOCUMENT_ERROR
INDEX_WORKFLOW-2 that there was a fatal error (for the document) while processing a document.static ErrorCode
DOCUMENT_LOST
INDEX_WORKFLOW-47 A document was lost due to system error or a processing host crash.static ErrorCode
DOCUMENT_ROUTING_ERROR
INDEX_WORKFLOW-35 Error occurred while routing a document.static ErrorCode
DOCUMENT_WARNING
INDEX_WORKFLOW-3 that a document had a non-fatal error while processing.static ErrorCode
DROPPED_CYCLING_MESSAGE
INDEX_WORKFLOW-48 A message was dropped because it is moving in a workflow cycle.static ErrorCode
DROPPED_UNSENT_DOCUMENT
INDEX_WORKFLOW-49 A document was dropped because it is being processed by a MultiOutputSingleDocumentTransformer and was not output as part of the transformer's processing.static ErrorCode
EXTERNAL_LIBRARY_CONFIGURATION_ERROR
INDEX_WORKFLOW-24 External library configuration errorstatic ErrorCode
EXTERNAL_LIBRARY_INITIALIZATION_ERROR
INDEX_WORKFLOW-23 External library load errorstatic ErrorCode
EXTERNAL_LIBRARY_LOAD_ERROR
INDEX_WORKFLOW-22 External library load errorstatic ErrorCode
EXTERNAL_PROCESSING_FAILED
INDEX_WORKFLOW-21 External code that was processing document content failedstatic ErrorCode
FAILED_CONVERSION
INDEX_WORKFLOW-45 FAILED_CONVERSIONstatic ErrorCode
FAILED_DECODE
INDEX_WORKFLOW-41 Failed to decodestatic ErrorCode
FAILED_DELETION
INDEX_WORKFLOW-13 Temporary disk file(s) could not be removed.static ErrorCode
FAILED_ENCODE
INDEX_WORKFLOW-42 Failed to encodestatic ErrorCode
FAILED_MKDIR
INDEX_WORKFLOW-33 A directory and/or it parents could not be createdstatic ErrorCode
FAILED_READ
INDEX_WORKFLOW-10 file(s) could not be opened or read from.static ErrorCode
FAILED_TO_SEND_FINISHED
INDEX_WORKFLOW-16 Could not send finished messagestatic ErrorCode
FAILED_URI_READ
INDEX_WORKFLOW-11 to read the contents of an URI from the network.static ErrorCode
FAILED_WRITE
INDEX_WORKFLOW-9 Disk file(s) could not be created or written to.static ErrorCode
IGNORED_MESSAGE
INDEX_WORKFLOW-1 ignored message.static ErrorCode
INFO
INDEX_WORKFLOW-37 A informational message.static ErrorCode
INITIALIZATION_ERROR
INDEX_WORKFLOW-25 Transfomer failed to initializestatic ErrorCode
INVALID_BRANCH
INDEX_WORKFLOW-27 The workflow provided for a destination branch of a splitter was not predeclared or was not found.static ErrorCode
INVALID_ENTITY_TYPE
INDEX_WORKFLOW-31 Invalid entity typestatic ErrorCode
INVALID_FIELD_TYPE
INDEX_WORKFLOW-20 A field was passed in that was not of an expected typestatic ErrorCode
INVALID_FIELD_VALUE_TYPE
INDEX_WORKFLOW-29 A field was passed in that contains a value of an an unexpected typestatic ErrorCode
MISSING_PROPERTY
INDEX_WORKFLOW-15 Missing required propertystatic ErrorCode
MISSING_REQUIRED_FIELD
INDEX_WORKFLOW-36 A document was missing a required field.static ErrorCode
NO_ENCODING_INFO_AVAILABLE
INDEX_WORKFLOW-40 No encoding/charset information foundstatic ErrorCode
NO_LOCALE_INFO_AVAILABLE
INDEX_WORKFLOW-30 No language/locale information foundstatic ErrorCode
NO_MATCHING_ROUTING_FILTER
INDEX_WORKFLOW-46 A document was dropped because no index routing filter matched it.static ErrorCode
NO_MAX_VALUE_UPDATE
INDEX_WORKFLOW-4 that the max value was not updated because there were errors while processing documents.static ErrorCode
NOT_TOKENIZED
INDEX_WORKFLOW-32 Data has not been tokenizedstatic ErrorCode
PROCESSING_TIMEOUT
INDEX_WORKFLOW-26 Processing timeout occurred.static ErrorCode
REGEX_FAILURE
INDEX_WORKFLOW-12 Regex runtime exception.static ErrorCode
STATE_PERSISTENCE_FAILURE
INDEX_WORKFLOW-8 Transform state persistence failed.static ErrorCode
STREAM_TRUNCATED
INDEX_WORKFLOW-34 Stream was truncated during readstatic ErrorCode
TOKENIZED
INDEX_WORKFLOW-44 Data has been tokenized, but should not have beenstatic ErrorCode
TOO_MANY_BRANCHES
INDEX_WORKFLOW-28 A splitter must derive from SplitDocumentList in order split a document into multiple lists.static ErrorCode
UNKNOWN_EXTERNAL_LIBRARY_ERROR
INDEX_WORKFLOW-17 A 3rd party component generated and error that we don't know how to handlestatic ErrorCode
UNREGISTERED_CLIENT_ID
INDEX_WORKFLOW-14 Received data/request for an unknown client ID.static ErrorCode
URI_PARSE_ERROR
INDEX_WORKFLOW-43 URI parse errorstatic ErrorCode
XML_HANDLING_ERROR
INDEX_WORKFLOW-19 There was an error handling an XML documentstatic ErrorCode
XML_PARSE_ERROR
INDEX_WORKFLOW-18 There was an error parsing an XML document
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
IGNORED_MESSAGE
public static final ErrorCode IGNORED_MESSAGE
INDEX_WORKFLOW-1 ignored message.
-
DOCUMENT_ERROR
public static final ErrorCode DOCUMENT_ERROR
INDEX_WORKFLOW-2 that there was a fatal error (for the document) while processing a document.
-
DOCUMENT_WARNING
public static final ErrorCode DOCUMENT_WARNING
INDEX_WORKFLOW-3 that a document had a non-fatal error while processing.
-
NO_MAX_VALUE_UPDATE
public static final ErrorCode NO_MAX_VALUE_UPDATE
INDEX_WORKFLOW-4 that the max value was not updated because there were errors while processing documents.
-
STATE_PERSISTENCE_FAILURE
public static final ErrorCode STATE_PERSISTENCE_FAILURE
INDEX_WORKFLOW-8 Transform state persistence failed.
-
FAILED_WRITE
public static final ErrorCode FAILED_WRITE
INDEX_WORKFLOW-9 Disk file(s) could not be created or written to.
-
FAILED_READ
public static final ErrorCode FAILED_READ
INDEX_WORKFLOW-10 file(s) could not be opened or read from.
-
FAILED_URI_READ
public static final ErrorCode FAILED_URI_READ
INDEX_WORKFLOW-11 to read the contents of an URI from the network.
-
REGEX_FAILURE
public static final ErrorCode REGEX_FAILURE
INDEX_WORKFLOW-12 Regex runtime exception.
-
FAILED_DELETION
public static final ErrorCode FAILED_DELETION
INDEX_WORKFLOW-13 Temporary disk file(s) could not be removed.
-
UNREGISTERED_CLIENT_ID
public static final ErrorCode UNREGISTERED_CLIENT_ID
INDEX_WORKFLOW-14 Received data/request for an unknown client ID.
-
MISSING_PROPERTY
public static final ErrorCode MISSING_PROPERTY
INDEX_WORKFLOW-15 Missing required property
-
FAILED_TO_SEND_FINISHED
public static final ErrorCode FAILED_TO_SEND_FINISHED
INDEX_WORKFLOW-16 Could not send finished message
-
UNKNOWN_EXTERNAL_LIBRARY_ERROR
public static final ErrorCode UNKNOWN_EXTERNAL_LIBRARY_ERROR
INDEX_WORKFLOW-17 A 3rd party component generated and error that we don't know how to handle
-
XML_PARSE_ERROR
public static final ErrorCode XML_PARSE_ERROR
INDEX_WORKFLOW-18 There was an error parsing an XML document
-
XML_HANDLING_ERROR
public static final ErrorCode XML_HANDLING_ERROR
INDEX_WORKFLOW-19 There was an error handling an XML document
-
INVALID_FIELD_TYPE
public static final ErrorCode INVALID_FIELD_TYPE
INDEX_WORKFLOW-20 A field was passed in that was not of an expected type
-
EXTERNAL_PROCESSING_FAILED
public static final ErrorCode EXTERNAL_PROCESSING_FAILED
INDEX_WORKFLOW-21 External code that was processing document content failed
-
EXTERNAL_LIBRARY_LOAD_ERROR
public static final ErrorCode EXTERNAL_LIBRARY_LOAD_ERROR
INDEX_WORKFLOW-22 External library load error
-
EXTERNAL_LIBRARY_INITIALIZATION_ERROR
public static final ErrorCode EXTERNAL_LIBRARY_INITIALIZATION_ERROR
INDEX_WORKFLOW-23 External library load error
-
EXTERNAL_LIBRARY_CONFIGURATION_ERROR
public static final ErrorCode EXTERNAL_LIBRARY_CONFIGURATION_ERROR
INDEX_WORKFLOW-24 External library configuration error
-
INITIALIZATION_ERROR
public static final ErrorCode INITIALIZATION_ERROR
INDEX_WORKFLOW-25 Transfomer failed to initialize
-
PROCESSING_TIMEOUT
public static final ErrorCode PROCESSING_TIMEOUT
INDEX_WORKFLOW-26 Processing timeout occurred.
-
INVALID_BRANCH
public static final ErrorCode INVALID_BRANCH
INDEX_WORKFLOW-27 The workflow provided for a destination branch of a splitter was not predeclared or was not found.
-
TOO_MANY_BRANCHES
public static final ErrorCode TOO_MANY_BRANCHES
INDEX_WORKFLOW-28 A splitter must derive from SplitDocumentList in order split a document into multiple lists.
-
INVALID_FIELD_VALUE_TYPE
public static final ErrorCode INVALID_FIELD_VALUE_TYPE
INDEX_WORKFLOW-29 A field was passed in that contains a value of an an unexpected type
-
NO_LOCALE_INFO_AVAILABLE
public static final ErrorCode NO_LOCALE_INFO_AVAILABLE
INDEX_WORKFLOW-30 No language/locale information found
-
INVALID_ENTITY_TYPE
public static final ErrorCode INVALID_ENTITY_TYPE
INDEX_WORKFLOW-31 Invalid entity type
-
NOT_TOKENIZED
public static final ErrorCode NOT_TOKENIZED
INDEX_WORKFLOW-32 Data has not been tokenized
-
FAILED_MKDIR
public static final ErrorCode FAILED_MKDIR
INDEX_WORKFLOW-33 A directory and/or it parents could not be created
-
STREAM_TRUNCATED
public static final ErrorCode STREAM_TRUNCATED
INDEX_WORKFLOW-34 Stream was truncated during read
-
DOCUMENT_ROUTING_ERROR
public static final ErrorCode DOCUMENT_ROUTING_ERROR
INDEX_WORKFLOW-35 Error occurred while routing a document.
-
MISSING_REQUIRED_FIELD
public static final ErrorCode MISSING_REQUIRED_FIELD
INDEX_WORKFLOW-36 A document was missing a required field.
-
INFO
public static final ErrorCode INFO
INDEX_WORKFLOW-37 A informational message.
-
DEBUG
public static final ErrorCode DEBUG
INDEX_WORKFLOW-38 A debug message.
-
BULK_UPDATE_ERROR
public static final ErrorCode BULK_UPDATE_ERROR
INDEX_WORKFLOW-39 Error processing BulkUpdate.
-
NO_ENCODING_INFO_AVAILABLE
public static final ErrorCode NO_ENCODING_INFO_AVAILABLE
INDEX_WORKFLOW-40 No encoding/charset information found
-
FAILED_DECODE
public static final ErrorCode FAILED_DECODE
INDEX_WORKFLOW-41 Failed to decode
-
FAILED_ENCODE
public static final ErrorCode FAILED_ENCODE
INDEX_WORKFLOW-42 Failed to encode
-
URI_PARSE_ERROR
public static final ErrorCode URI_PARSE_ERROR
INDEX_WORKFLOW-43 URI parse error
-
TOKENIZED
public static final ErrorCode TOKENIZED
INDEX_WORKFLOW-44 Data has been tokenized, but should not have been
-
FAILED_CONVERSION
public static final ErrorCode FAILED_CONVERSION
INDEX_WORKFLOW-45 FAILED_CONVERSION
-
NO_MATCHING_ROUTING_FILTER
public static final ErrorCode NO_MATCHING_ROUTING_FILTER
INDEX_WORKFLOW-46 A document was dropped because no index routing filter matched it.
-
DOCUMENT_LOST
public static final ErrorCode DOCUMENT_LOST
INDEX_WORKFLOW-47 A document was lost due to system error or a processing host crash.
-
DROPPED_CYCLING_MESSAGE
public static final ErrorCode DROPPED_CYCLING_MESSAGE
INDEX_WORKFLOW-48 A message was dropped because it is moving in a workflow cycle.
-
DROPPED_UNSENT_DOCUMENT
public static final ErrorCode DROPPED_UNSENT_DOCUMENT
INDEX_WORKFLOW-49 A document was dropped because it is being processed by a MultiOutputSingleDocumentTransformer and was not output as part of the transformer's processing.
-
ATTEMPT_TO_RESEND_DOCUMENT
public static final ErrorCode ATTEMPT_TO_RESEND_DOCUMENT
INDEX_WORKFLOW-50 Attempted to resend the same document by a MultiOutputSingleDocumentTransformer.
-
-