Package | Description |
---|---|
com.attivio.platform.store.audit | |
com.attivio.sdk | |
com.attivio.sdk.client.audit | |
com.attivio.sdk.error | |
com.attivio.sdk.esb | |
com.attivio.sdk.server.component.ingest |
Interfaces for all ingest related transformers and associated dependencies of those transformers.
|
com.attivio.sdk.server.util |
Interfaces and classes that are used across the ServerSDK.
|
com.attivio.sdk.service | |
com.attivio.sdk.test | |
com.attivio.util |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
ErrorRow.getCode() |
Constructor and Description |
---|
ErrorRow(ErrorCode code,
String message,
String exception) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
AttivioThrowable.getErrorCode()
Get the
ErrorCode for this exception. |
ErrorCode |
AttivioIOException.getErrorCode()
Get the
ErrorCode for this exception. |
ErrorCode |
AttivioRuntimeException.getErrorCode()
Get the
ErrorCode for this exception. |
ErrorCode |
AttivioException.getErrorCode()
Get the
ErrorCode for this exception. |
Constructor and Description |
---|
AttivioException(ErrorCode code,
String message,
Object... params)
Constructs an AttivioException with the error code.
|
AttivioException(ErrorCode code,
Throwable cause,
String message,
Object... params)
Constructs an AttivioException with the error code.
|
AttivioException(String context,
ErrorCode code,
Throwable cause,
String message,
Object... params)
Constructs an AttivioException with the error code.
|
AttivioIOException(ErrorCode code,
String message)
Constructor.
|
AttivioIOException(ErrorCode code,
String message,
Object... args)
Constructor.
|
AttivioIOException(ErrorCode code,
Throwable cause,
String message)
Constructor.
|
AttivioIOException(ErrorCode code,
Throwable cause,
String message,
Object... args)
Constructor.
|
AttivioIOException(String context,
ErrorCode code,
Throwable cause,
String message)
Constructor.
|
AttivioIOException(String context,
ErrorCode code,
Throwable cause,
String message,
Object... args)
Constructor.
|
AttivioRuntimeException(ErrorCode code,
String message,
Object... args) |
AttivioRuntimeException(ErrorCode code,
Throwable cause,
String message,
Object... args) |
AttivioRuntimeException(String context,
ErrorCode code,
Throwable cause,
String message,
Object... args) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
AuditDetail.getErrorCode() |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedTextExtractionError
Contains error codes related to the integration layer.
|
class |
AgentError
Errors for agent interaction
|
class |
ApiSecurityError |
class |
BaseTransformerError |
class |
BasisTechError
BasisTech Error Codes.
|
class |
BusinessCenterError
Contains the ErrorCodes for Attivio Servlet implementations.
|
class |
CgiApiError
Contains Error codes related to the processing of CGI query requests.
|
class |
ClientError
Error codes for Client API
|
class |
CommandLineError
CommandLineError represents a category of errors specific to command-line interfaces. |
class |
ConfigurationError
Contains the ErrorCodes for Attivio configuration problems.
|
class |
ConnectorServiceError
Errors for the ConnectorServiceServlet
|
class |
DatabaseScannerError
Error codes for the database scanner.
|
class |
EventStoreError |
class |
ExportStatusCode
This class is a wrapper for a return code generated by the native process of an
Export object. |
class |
FederationError
Encapsualte errors returned by he federated module.
|
class |
HadoopCheckerError
Contains error codes related to the hadoop checker
|
class |
IndexProcessError |
class |
IndexWorkflowError
Contains error codes related to index workflow
|
class |
IngestHistoryError |
class |
JoinFinderError
Error codes for join finder module.
|
class |
KernelError
ErrorCode class for low level kernel errors.
|
class |
LoadGeneratorError |
class |
MemoryError |
class |
OntologyError
Error codes for ontology processing.
|
class |
PerfmonServerError
Contains the ErrorCodes for Attivio Performance Monitoring Server.
|
class |
PlatformError
Contains error codes related to system processes and messaging.
|
class |
PrincipalsError |
class |
ProcessError
ProcessManager error codes.
|
class |
QueryBuilderError
Contains the ErrorCodes for
TriggerApi . |
class |
RelevancyError
Contains errors related to relevancy configurations.
|
class |
SailError
Contains the ErrorCodes for Attivio Servlet implementations.
|
class |
SchedulerError
Contains the error codes related to the scheduler service.
|
class |
SchemaError
Contains the error codes related to the applying the schema to a query or document.
|
class |
SecurityAdError
Contains the Security-AD module error codes.
|
class |
SecurityError
Contains the Security module error codes.
|
class |
ServletError
Contains the ErrorCodes for Attivio Servlet implementations.
|
class |
SonarError
Sonar error codes.
|
class |
SqlSdkError
SQLSDK module error codes.
|
class |
StoreError
Errors for platform store
|
class |
StructureExtractionError
Contains error codes related to the Structure Extraction module.
|
class |
TextExtractionError
The text extraction error codes
|
class |
VisitorHistoryError
Error codes for managing history.
|
class |
WebServiceError
Error codes for web services
|
Modifier and Type | Field and Description |
---|---|
static ErrorCode |
StoreError.ACCESS_DENIED
STORE-26 Access denied error while accessing store.
|
static ErrorCode |
EventStoreError.ACKNOWLEDGE_ERROR
EVENTSTORE-2, Failed to acknowledge an event.
|
static ErrorCode |
SecurityAdError.ACL_SERVICE_CONNECT_ERROR
SECURITY-AD-10005.
|
static ErrorCode |
SecurityAdError.ACL_SERVICE_DOWN
SECURITY-AD-10004.
|
static ErrorCode |
SecurityAdError.ACL_SERVICE_WARNING
SECURITY-AD-10003.
|
static ErrorCode |
SecurityAdError.AD_CONNECT_ERROR
SECURITY-AD-10008.
|
static ErrorCode |
SecurityAdError.AD_DISCONNECT_ERROR
SECURITY-AD-10009.
|
static ErrorCode |
EventStoreError.ADD_EVENTS_ERROR
EVENTSTORE-4, Failed to add an event.
|
static ErrorCode |
PlatformError.ALERT_COMPILE_ERROR
PLATFORM-56 Failed to compile alert.
|
static ErrorCode |
PlatformError.ALERT_DISPATCH_ERROR
PLATFORM-57 Failed to dispatch alert event.
|
static ErrorCode |
SailError.ALERT_NOT_CREATED
SAIL-5 alert not created
|
static ErrorCode |
SailError.ALERT_STORE_DOWN
SAIL-3 alert store down
|
static ErrorCode |
SailError.ALERTS_NOT_INSTALLED
SAIL-4 alerts is not installed
|
static ErrorCode |
StoreError.ALLOW_SNAPSHOT_ERROR
STORE-28 Error occurred while trying to make path snapshottable.
|
static ErrorCode |
LoadGeneratorError.ARGUMENT_REQUIRED
LOAD_GENERATOR-1 Argument required.
|
static ErrorCode |
HadoopCheckerError.ASSERTION_ERROR
HADOOP-CHECKER-1 AssertionError.
|
static ErrorCode |
PlatformError.ASSERTION_FAILURE
PLATFORM-38 Code assertion failure
|
static ErrorCode |
PlatformError.ASYNC_MESSAGE_ERROR
PLATFORM-22 Async message error.
|
static ErrorCode |
IndexWorkflowError.ATTEMPT_TO_RESEND_DOCUMENT
INDEX_WORKFLOW-50 Attempted to resend the same document by a MultiOutputSingleDocumentTransformer.
|
static ErrorCode |
StoreError.AUDIT_SUMMARY_SYNC_ERROR
STORE-37 The audit stored audit summary does not match the stored detail records
|
static ErrorCode |
PlatformError.AUTHENTICATION_FAILURE
PLATFORM-97, authentication error
|
static ErrorCode |
PlatformError.AVM_MSG_RECEIVER_ERROR
PLATFORM-10 Attivio VM Queue (AVM) receiver error.
|
static ErrorCode |
PlatformError.BAD_ADMIN_RESPONSE
PLATFORM-5 Inappropriate response received to an admin message.
|
static ErrorCode |
SchedulerError.BAD_CRON_EXPRESSION
SCHEDULER_SERVICE-5 Bad cron expression.
|
static ErrorCode |
BaseTransformerError.BAD_DATE
BASE_TRANSFORMER-1 improperly formatted date transformer
|
static ErrorCode |
OntologyError.BAD_ONTOLOGY |
static ErrorCode |
SailError.BAD_RESPONSE
SAIL-1 Your query did not result in a valid search response.
|
static ErrorCode |
PlatformError.BEAN_DESTROY_FAILURE
PLATFORM-82 Failed to destroy a bean for some reason.
|
static ErrorCode |
PlatformError.BLOCKED_ON_MESSAGE_SKEW
PLATFORM-71 Component instance blocking because of excessive skew.
|
static ErrorCode |
BusinessCenterError.BLOCKS_PINNEDDOC_NOT_DISJOINT
BUSINESS_CENTER-41.
|
static ErrorCode |
BusinessCenterError.BLOCKS_PINNEDDOC_NOT_DISJOINT_CQ
BUSINESS_CENER-46.
|
static ErrorCode |
IndexWorkflowError.BULK_UPDATE_ERROR
INDEX_WORKFLOW-39 Error processing BulkUpdate.
|
static ErrorCode |
PlatformError.CALLBACK_TIMEOUT
PLATFORM-30 Callback timeout.
|
static ErrorCode |
BusinessCenterError.CAMPAIGN_ALREADY_EXISTS
BUSINESS_CENTER-5.
|
static ErrorCode |
BusinessCenterError.CAMPAIGN_DELETED
BUSINESS_CENTER-8.
|
static ErrorCode |
BusinessCenterError.CAMPAIGN_DOES_NOT_EXIST
BUSINESS_CENTER-2.
|
static ErrorCode |
BusinessCenterError.CAMPAIGN_OVERLAP_ERROR
BUSINESS_CENTER-11.
|
static ErrorCode |
ConfigurationError.CANNOT_ACCESS_CONFIGURATION
CONFIGURATION-13, Cannot access internal configuration object
|
static ErrorCode |
ConfigurationError.CANNOT_EXTEND
CONFIGURATION-20, Attempt to extend a component failed.
|
static ErrorCode |
CgiApiError.CGI_API_INVALID_PARAMETER
CGI_API_PARSER-1 Invalid Parameter supplied
|
static ErrorCode |
TextExtractionError.CHARSET_DETECTION_ERROR
TEXT_EXTRACTION-2018.
|
static ErrorCode |
ConfigurationError.CIRCULAR_EXTENSION
CONFIGURATION-18, A component cannot extend itself or a component which ultimately extends the component.
|
static ErrorCode |
ConfigurationError.CIRCULAR_FEATURE_DEPENDENCY
CONFIGURATION-51, A feature directly or indirectly depends on itself.
|
static ErrorCode |
TextExtractionError.CLASS_LOADING_ERROR
TEXT_EXTRACTION-2011.
|
static ErrorCode |
ConfigurationError.CLASS_MISSING
CONFIGURATION-19, The class attribute must be present on a component unless it extends an existing component.
|
static ErrorCode |
PlatformError.CLASS_NOT_ACCEPTED
PLATFORM-39 Object type not accepted
|
static ErrorCode |
ConfigurationError.CLASS_NOT_FOUND
CONFIGURATION-9, The class named as the implementation for a component could not be loaded.
|
static ErrorCode |
PlatformError.CLASS_NOT_FOUND
PLATFORM-36 Could not find class
|
static ErrorCode |
HadoopCheckerError.CLEANUP_ERROR
HADOOP-CHECKER-6 Cleanup Error
|
static ErrorCode |
IngestHistoryError.CLEAR_ERROR
INGESTHISTORY-8, Failed to clean all namespace/session records.
|
static ErrorCode |
ClientError.CLIENT_ERROR
CLIENT-1, Generic Client Error
|
static ErrorCode |
PlatformError.CLIENT_UNKNOWN_TO_SERVER
PLATFORM-72 Not first message in sequence (message id 1) and client was unknown to server.
|
static ErrorCode |
KernelError.CLOSE_STREAM_ERROR
KERNEL-11 Indicates that a stream failed to be closed properly.
|
static ErrorCode |
KernelError.CODE_ERROR
KERNEL-1, Coding error caught, indicates misuse of internal APIs.
|
static ErrorCode |
PlatformError.CODE_ERROR
PLATFORM-24 component incorrectly coded.
|
static ErrorCode |
SqlSdkError.COLUMN_DATA_ERROR
data error
|
static ErrorCode |
PlatformError.COMMANDER_EXISTS
PLATFORM-88, Attempt to register a producer for command queue when one was already registered.
|
static ErrorCode |
PlatformError.COMPONENT_CLASS_CAST_ERROR
PLATFORM-37 Component is not of required type.
|
static ErrorCode |
ConfigurationError.COMPONENT_DEFINED_AFTER_WORKLFOW_METADATA
CONFIGURATION-60, Indicates that a component was defined or redefined after it was referenced in a workflow that had metadata set on the stage such as a splitter.
|
static ErrorCode |
ConfigurationError.COMPONENT_DOES_NOT_EXIST
CONFIGURATION-5, Component reference or override source cannot be resolved.
|
static ErrorCode |
PlatformError.COMPONENT_DOES_NOT_EXIST
PLATFORM-18 Component does not exist.
|
static ErrorCode |
ConfigurationError.COMPONENT_EXISTS
CONFIGURATION-12, Attempted to redefine a component without using override flag.
|
static ErrorCode |
PlatformError.CONFIG_SERVER_START_FAILED
PLATFORM-84 Configuration server start failed.
|
static ErrorCode |
SchemaError.CONFIG_WARNING
SCHEMA-12 Schema configuration warning.
|
static ErrorCode |
AgentError.CONFIGSERVER_NOT_STARTED
AGENT-5 No configuration servers have been started causing a cluster control operation to fail
|
static ErrorCode |
TextExtractionError.CONFIGURATION_ERROR
TEXT_EXTRACTION-2010.
|
static ErrorCode |
HadoopCheckerError.CONFIGURATION_ERROR
HADOOP-CHECKER-7 Configuration Error
|
static ErrorCode |
RelevancyError.CONFIGURATION_ERROR
RELEVANCY-1 General relevancy model configuration error.
|
static ErrorCode |
SqlSdkError.CONFIGURATION_ERROR
Configuration Error
|
static ErrorCode |
PlatformError.CONFIGURATION_ERROR
PLATFORM-94, configuration error
|
static ErrorCode |
ConfigurationError.CONFIGURATION_FILE_NOT_SPECIFIED
CONFIGURATION-62, Indicates that aie was started without a configuration file specified.
|
static ErrorCode |
AgentError.CONNECT_ERROR
AGENT-1 Could not connect to a remote agent.
|
static ErrorCode |
HadoopCheckerError.CONNECTION_ERROR
HADOOP-CHECKER-2 Failed to connect.
|
static ErrorCode |
SqlSdkError.CONNECTION_ERROR
Connection error
|
static ErrorCode |
StoreError.CONNECTION_FAILURE
STORE-3 Unable to connect to Cassandra backend.
|
static ErrorCode |
ConfigurationError.CONTAINS_DYNAMIC_CHANGES
CONFIGURATION-61, Indicates that the project has dynamic changes and is not allowed to at this point.
|
static ErrorCode |
TextExtractionError.CONTENT_ERROR
TEXT_EXTRACTION-2003.
|
static ErrorCode |
BasisTechError.CONTEXT_INIT_FAILURE
Context Initialization Failed
|
static ErrorCode |
BusinessCenterError.CONTROLLED_QUERY_ALREADY_EXISTS
BUSINESS_CENTER-6.
|
static ErrorCode |
BusinessCenterError.CONTROLLED_QUERY_DELETED
BUSINESS_CENTER-9.
|
static ErrorCode |
BusinessCenterError.CONTROLLED_QUERY_DOES_NOT_EXIST
BUSINESS_CENTER-3.
|
static ErrorCode |
StoreError.CONVERSION_ERROR
STORE-20 Conversion error
|
static ErrorCode |
AdvancedTextExtractionError.CONVERSION_RESULTS_PROCESSING_ERROR
ADVANCED-TEXT-EXTRACTION-3004 document conversion results processing error.
|
static ErrorCode |
TextExtractionError.CORRUPT_DOCUMENT_ERROR
TEXT_EXTRACTION-2012.
|
static ErrorCode |
EventStoreError.COUNT_EVENT_ERROR
EVENTSTORE-1, Failed to count system events.
|
static ErrorCode |
StoreError.CREATE_SNAPSHOT_ERROR
STORE-29 Error occurred while creating a snapshot.
|
static ErrorCode |
SqlSdkError.CRUD_ERROR
General CRUD error
|
static ErrorCode |
SqlSdkError.CRUD_NOT_SUPPORTED
crud not supported
|
static ErrorCode |
IndexWorkflowError.DEBUG
INDEX_WORKFLOW-38 A debug message.
|
static ErrorCode |
TextExtractionError.DECRYPT_ERROR
TEXT_EXTRACTION-2016.
|
static ErrorCode |
IngestHistoryError.DELETE_DOCUMENT_ERROR
INGESTHISTORY-5, Failed to read a document.
|
static ErrorCode |
PlatformError.DELETE_FILE_FAILED
PLATFORM-51 Failed to delete a file
|
static ErrorCode |
RelevancyError.DELETE_MODEL_FAILED
RELEVANCY-5 Failed to delete a relevancy model.
|
static ErrorCode |
StoreError.DELETE_SNAPSHOT_ERROR
STORE-30 Error occurred while deleting a snapshot.
|
static ErrorCode |
ConfigurationError.DEPRECATED_CONFIGURATION
CONFIGURATION-35, Indicates that a component or property used in a configuration file has been deprecated.
|
static ErrorCode |
SchemaError.DEPRECATED_PROPERTY
SCHEMA-17 Deprecated schema property was used.
|
static ErrorCode |
KernelError.DESERIALIZATION_ERROR
KERNEL-8 Error deserializing object.
|
static ErrorCode |
PlatformError.DIAGNOSTIC_INFORMATION_FETCH_ERROR
PLATFORM-111, Failed to gather diagnostic information for export
|
static ErrorCode |
BusinessCenterError.DICTIONARY_ALREADY_EXISTS
BUSINESS_CENTER-22.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_CLONE_TYPE_MISMATCH
BUSINESS_CENTER-35.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_DELETED
BUSINESS_CENTER-23.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_DOES_NOT_EXIST
BUSINESS_CENTER-21.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_ENTRY_ALREADY_EXISTS
BUSINESS_CENTER-25.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_ENTRY_DELETED
BUSINESS_CENTER-26.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_ENTRY_DOES_NOT_EXIST
BUSINESS_CENTER-24.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_ENTRY_ERROR
BUSINESS_CENTER-29.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_EXPORT_ERROR
BUSINESS_CENTER-34.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_IMPORT_ERROR
BUSINESS_CENTER-32.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_IN_USE
BUSINESS_CENTER-30.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_LOAD_ERROR
BUSINESS_CENTER-36.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_LOCALE_ALREADY_EXISTS
BUSINESS_CENTER-27.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_LOCALE_MISSING
BUSINESS_CENTER-43.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_PUBLISH_ERROR
BUSINESS_CENTER-33.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_READ_ERROR
BUSINESS_CENTER-48.
|
static ErrorCode |
BusinessCenterError.DICTIONARY_TERM_ALREADY_EXISTS
BUSINESS_CENTER-28.
|
static ErrorCode |
StoreError.DISTCP_ERROR
STORE-36 Error occurred while running distcp.
|
static ErrorCode |
SecurityAdError.DOCUMENT_CANNOT_ACCESS_SECURITY_ACCESS_DATA
SECURITY-AD-10007.
|
static ErrorCode |
AdvancedTextExtractionError.DOCUMENT_CONVERSION_ERROR
ADVANCED-TEXT-EXTRACTION-3003 document conversion error.
|
static ErrorCode |
IndexWorkflowError.DOCUMENT_ERROR
INDEX_WORKFLOW-2 that there was a fatal error (for the document) while processing a document.
|
static ErrorCode |
IndexWorkflowError.DOCUMENT_LOST
INDEX_WORKFLOW-47 A document was lost due to system error or a processing host crash.
|
static ErrorCode |
TextExtractionError.DOCUMENT_PAYLOAD_ERROR
TEXT_EXTRACTION-2013.
|
static ErrorCode |
IndexWorkflowError.DOCUMENT_ROUTING_ERROR
INDEX_WORKFLOW-35 Error occurred while routing a document.
|
static ErrorCode |
IndexWorkflowError.DOCUMENT_WARNING
INDEX_WORKFLOW-3 that a document had a non-fatal error while processing.
|
static ErrorCode |
IndexWorkflowError.DROPPED_CYCLING_MESSAGE
INDEX_WORKFLOW-48 A message was dropped because it is moving in a workflow cycle.
|
static ErrorCode |
IndexWorkflowError.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 |
SqlSdkError.DUPLICATE_COLUMN_NAME
duplicate field/column name
|
static ErrorCode |
PlatformError.DUPLICATE_MESSAGE_ID
PLATFORM-14 Duplicate message id.
|
static ErrorCode |
ConfigurationError.DUPLICATE_NAME
CONFIGURATION-48, A duplicate name was used for two components/nodes/nodesets..
|
static ErrorCode |
PlatformError.DYNAMIC_CHANGE_FAILED
PLATFORM-80 Dynamic change of the configuration failed.
|
static ErrorCode |
StoreError.E_EXISTS
STORE-24 Record exists already
|
static ErrorCode |
PlatformError.ENABLE_COMPONENT_FAILURE
PLATFORM-67 The failed to be enabled
|
static ErrorCode |
SqlSdkError.ENGINE_ALREADY_RUNNING_ERROR
Engine is already running
|
static ErrorCode |
BasisTechError.ENTITY_EXTRACTION_ERROR
Entity Extraction Failed.
|
static ErrorCode |
SecurityAdError.ERROR
SECURITY-AD-10000.
|
static ErrorCode |
PerfmonServerError.ERROR
PERFMON_SERVER-0.
|
static ErrorCode |
TextExtractionError.ERROR
TEXT_EXTRACTION-2000.
|
static ErrorCode |
PerfmonServerError.ERROR_BUFFER_POSITION_CALCULATED
Error in calculated buffer position of the metric storage
|
static ErrorCode |
PlatformError.ERROR_DURING_SHUTDOWN
PLATFORM-77 Error during shutdown
|
static ErrorCode |
PerfmonServerError.ERROR_WRITE_ERROR
Error in writing data to the metric store.
|
static ErrorCode |
EventStoreError.EVENT_ID_GENERATION_ERROR
EVENTSTORE-5, Failed to generate event ID
|
static ErrorCode |
EventStoreError.EVENT_QUERY_CLOSED_ERROR
EVENTSTORE-6, Event query is closed
|
static ErrorCode |
LoadGeneratorError.EXCEEDED_SECOND
LOAD_GENERATOR-6 Exceeded a second.
|
static ErrorCode |
LoadGeneratorError.EXCEPTION_CREATE_FILE
LOAD_GENERATOR-4 Failed in creating a list of documents to send.
|
static ErrorCode |
PlatformError.EXCEPTION_DURING_MEMORY_EVENT
PLATFORM-44 Exception occurred while handling memory event
|
static ErrorCode |
LoadGeneratorError.EXCEPTION_IN_SETUP
LOAD_GENERATOR-3 Exception setting up.
|
static ErrorCode |
WebServiceError.EXPIRATION_FAILED
WEBSERVICE-4 Failure during session expiration
|
static ErrorCode |
PlatformError.EXPIRED_MESSAGE_ID
PLATFORM-15 Expired message id.
|
static ErrorCode |
StoreError.EXPORT_SNAPSHOT_ERROR
STORE-33 Error occurred while exporting a snapshot.
|
static ErrorCode |
IndexWorkflowError.EXTERNAL_LIBRARY_CONFIGURATION_ERROR
INDEX_WORKFLOW-24 External library configuration error
|
static ErrorCode |
IndexWorkflowError.EXTERNAL_LIBRARY_INITIALIZATION_ERROR
INDEX_WORKFLOW-23 External library load error
|
static ErrorCode |
IndexWorkflowError.EXTERNAL_LIBRARY_LOAD_ERROR
INDEX_WORKFLOW-22 External library load error
|
static ErrorCode |
PlatformError.EXTERNAL_PROCESS_MESSAGING_FAILURE
PLATFORM-12 Exception when trying to pass a message to an external process.
|
static ErrorCode |
PlatformError.EXTERNAL_PROCESS_SHUTDOWN_FAILURE
PLATFORM-7 Failed to shutdown Attivio.
|
static ErrorCode |
PlatformError.EXTERNAL_PROCESS_STARTUP_FAILURE
PLATFORM-6 Problem starting external process.
|
static ErrorCode |
IndexWorkflowError.EXTERNAL_PROCESSING_FAILED
INDEX_WORKFLOW-21 External code that was processing document content failed
|
static ErrorCode |
PlatformError.FAILED_CLONE
PLATFORM-81 Failed to clone an object that should be cloneable without exception.
|
static ErrorCode |
PlatformError.FAILED_CONFIG_SERVER_CONNECT
PLATFORM-85 Could not connect to configuration server.
|
static ErrorCode |
IndexWorkflowError.FAILED_CONVERSION
INDEX_WORKFLOW-45 FAILED_CONVERSION
|
static ErrorCode |
LoadGeneratorError.FAILED_CREATE_DOC
LOAD_GENERATOR-2 Failed in creating a list of documents to send.
|
static ErrorCode |
IngestHistoryError.FAILED_CREATE_SESSION
INGESTHISTORY-1, Failed to create or update the session/namespace.
|
static ErrorCode |
IndexWorkflowError.FAILED_DECODE
INDEX_WORKFLOW-41 Failed to decode
|
static ErrorCode |
IndexWorkflowError.FAILED_DELETION
INDEX_WORKFLOW-13 Temporary disk file(s) could not be removed.
|
static ErrorCode |
LoadGeneratorError.FAILED_DISTRIBUTION
LOAD_GENERATOR-5 Failed to create a distribution.
|
static ErrorCode |
LoadGeneratorError.FAILED_DPS
LOAD_GENERATOR-7 Could not achieve the requested documents per second.
|
static ErrorCode |
IndexWorkflowError.FAILED_ENCODE
INDEX_WORKFLOW-42 Failed to encode
|
static ErrorCode |
PlatformError.FAILED_GLOBAL_LOCK
PLATFORM-106, system failed to lock a global lock
|
static ErrorCode |
PlatformError.FAILED_GLOBAL_UNLOCK
PLATFORM-105, system failed to unlock a global lock
|
static ErrorCode |
PlatformError.FAILED_LOST_TRIGGER
PLATFORM-104, system failed to trigger a lost detection round for a client
|
static ErrorCode |
IndexWorkflowError.FAILED_MKDIR
INDEX_WORKFLOW-33 A directory and/or it parents could not be created
|
static ErrorCode |
PlatformError.FAILED_MKDIR
PLATFORM-41 Could not create directory.
|
static ErrorCode |
IndexWorkflowError.FAILED_READ
INDEX_WORKFLOW-10 file(s) could not be opened or read from.
|
static ErrorCode |
PlatformError.FAILED_READ
PLATFORM-35 Temporary disk file(s) could not be opened or read from.
|
static ErrorCode |
PlatformError.FAILED_READ_FROM_CONFIG_SERVER
PLATFORM-87 Could not read data from the configuration server.
|
static ErrorCode |
PlatformError.FAILED_RENAME
PLATFORM-42 Could not create directory.
|
static ErrorCode |
WebServiceError.FAILED_SESSION_CLOSE
WEBSERVICE-2 Failed to close session.
|
static ErrorCode |
AgentError.FAILED_SHUTDOWN
AGENT-2 Failed to shutdown process started by agent.
|
static ErrorCode |
AgentError.FAILED_START
AGENT-3 Failed to startup a process.
|
static ErrorCode |
PlatformError.FAILED_TO_GET_SPILL_DIR
PLATFORM-45 Failed to create/get spill to disk directory
|
static ErrorCode |
ConfigurationError.FAILED_TO_LOAD_DICTIONARY
CONFIGURATION-16 A field was specified that doesn't exist in the given schema
|
static ErrorCode |
PlatformError.FAILED_TO_NOTIFY
PLATFORM-50 Failed to send notification
|
static ErrorCode |
IndexWorkflowError.FAILED_TO_SEND_FINISHED
INDEX_WORKFLOW-16 Could not send finished message
|
static ErrorCode |
PlatformError.FAILED_TO_START
PLATFORM-53 Failed to start attivio for some reason
|
static ErrorCode |
PlatformError.FAILED_TO_STOP
PLATFORM-83 Failed to stop AIE for some reason.
|
static ErrorCode |
PlatformError.FAILED_TO_STOP_EXTERNAL_WATCHER
PLATFORM-46 Failed to stop an external process watcher
|
static ErrorCode |
PlatformError.FAILED_UNLOCK_FILE
PLATFORM-79 Failed to unopen a file lock.
|
static ErrorCode |
IndexWorkflowError.FAILED_URI_READ
INDEX_WORKFLOW-11 to read the contents of an URI from the network.
|
static ErrorCode |
IndexWorkflowError.FAILED_WRITE
INDEX_WORKFLOW-9 Disk file(s) could not be created or written to.
|
static ErrorCode |
PlatformError.FAILED_WRITE
PLATFORM-34 Temporary disk file(s) could not be created or written to.
|
static ErrorCode |
PlatformError.FAILED_WRITE_TO_CONFIG_SERVER
PLATFORM-86 Could not write data to the configuration server.
|
static ErrorCode |
SecurityAdError.FATAL_ACL_SERVICE_ERROR
SECURITY-AD-10001.
|
static ErrorCode |
ClientError.FATAL_CLIENT_ERROR
CLIENT-3, Fatal client error, this feed should stop
|
static ErrorCode |
ConfigurationError.FEATURE_NOT_LICENSED
CONFIGURATION-67, Indicates that a feature is not licensed to be used
|
static ErrorCode |
ConfigurationError.FIELD_CONFIGURATION_ERROR
CONFIGURATION-58, Configuration for field is invalid.
|
static ErrorCode |
ConfigurationError.FIELD_NOT_IN_SCHEMA
CONFIGURATION-15 A field was specified that doesn't exist in the given schema
|
static ErrorCode |
ConfigurationError.FILE_ACCESS_FAILED
CONFIGURATION-31, File access failed
|
static ErrorCode |
PlatformError.FILE_ACCESS_VIOLATION
PLATFORM-28 file access violation
|
static ErrorCode |
PlatformError.FILE_NOT_FOUND
PLATFORM-33 Could not find a file specified
|
static ErrorCode |
TextExtractionError.FILE_READ_ERROR
TEXT_EXTRACTION-2005.
|
static ErrorCode |
TextExtractionError.FILE_WRITE_ERROR
TEXT_EXTRACTION-2006.
|
static ErrorCode |
PlatformError.FORCED_SHUTDOWN
PLATFORM-48 Externally forced shutdown
|
static ErrorCode |
PlatformError.FORCED_SHUTDOWN_DURING_SHUTDOWN
PLATFORM-49 Externally forced shutdown while shutting down
|
static ErrorCode |
TextExtractionError.FORMAT_ERROR
TEXT_EXTRACTION-2004.
|
static ErrorCode |
SchemaError.FRESHNESS_NOT_SUPPORTED
SCHEMA-9 Freshness is not supported on the requested field
|
static ErrorCode |
PlatformError.FT_CANNOT_REFEED
PLATFORM-108, Cannot refeed operation for FT service.
|
static ErrorCode |
PlatformError.FT_SERVICE_ERROR
PLATFORM-107, Fault tolerant service error.
|
static ErrorCode |
ConfigurationError.GENERAL_ERROR
CONFIGURATION-1, General configuration error.
|
static ErrorCode |
QueryBuilderError.GENERIC
QUERY-BUILDER-1 A generic Query Builder error.
|
static ErrorCode |
SchemaError.GEOSEARCH_NOT_SUPPORTED
SCHEMA-10 Geo Search is not supported on the requested field
|
static ErrorCode |
EventStoreError.GET_EVENTS_ERROR
EVENTSTORE-3, Failed to extract events.
|
static ErrorCode |
PlatformError.GLOBAL_LOCK_BROKEN
PLATFORM-90, A global lock was lost, likely due to communication issues.
|
static ErrorCode |
PlatformError.GLOBAL_STATE_CLIENT_ALREADY_CLOSED
PLATFORM-92, The GlobalStateClient has already been closed.
|
static ErrorCode |
HadoopCheckerError.HBASE_MODIFICATION_ERROR
HADOOP-CHECKER-4 Modification (put, delete, append) failed
|
static ErrorCode |
PlatformError.HEARTBEAT_NOT_RECEIVED
PLATFORM-3 Heartbeat not received from external process within specified timeout.
|
static ErrorCode |
SqlSdkError.HTTP_AUTHENTICATE_ERROR
HTTP authentication error
|
static ErrorCode |
ConfigurationError.IGNORE_IMPORT_WILDCARDS
CONFIGURATION-42, Ignore imports with wildcards warning
|
static ErrorCode |
IndexWorkflowError.IGNORED_MESSAGE
INDEX_WORKFLOW-1 ignored message.
|
static ErrorCode |
RelevancyError.ILLEGAL_BOOST
RELEVANCY-3 Illegal relevancy boost is specified.
|
static ErrorCode |
SchemaError.ILLEGAL_FIELD_TYPE_ERROR
SCHEMA-3 A query uses a field with an invalid type for the desired operation
|
static ErrorCode |
SchemaError.ILLEGAL_FIELD_VALUE_ERROR
SCHEMA-2 A query specifies an illegal value for a field
|
static ErrorCode |
SchemaError.ILLEGAL_PROPERTY_NAME
SCHEMA-19 Illegal schema property name.
|
static ErrorCode |
SchemaError.ILLEGAL_PROPERTY_VALUE
SCHEMA-18 Illegal value for schema property.
|
static ErrorCode |
SchemaError.ILLEGAL_SORT_FIELD_ERROR
SCHEMA-4 An illegal field was used for sorting
|
static ErrorCode |
BusinessCenterError.IMPORT_INCONSISTENT
BUSINESS_CENTER-20.
|
static ErrorCode |
StoreError.IMPORT_SNAPSHOT_ERROR
STORE-34 Error occurred while importing a snapshot.
|
static ErrorCode |
ConfigurationError.INCOMPATIBLE_CONFIGURATION
CONFIGURATION-34, At least two of the component's configuration values are inconsistent.
|
static ErrorCode |
ConfigurationError.INCOMPATIBLE_DISTRIBUTION_SCHEMES
CONFIGURATION-45, Transfer of messages between workflows with an unsupported combination of distribution schemes was encountered.
|
static ErrorCode |
SchemaError.INCOMPATIBLE_INDEX
SCHEMA-13 The schema was modified to be incompatible with an existing index.
|
static ErrorCode |
SecurityAdError.INCOMPATIBLE_REALM_ID_ERROR
SECURITY-AD-10006.
|
static ErrorCode |
SchemaError.INCONSISTENT_ERROR
SCHEMA-8 The schema is inconsistent.
|
static ErrorCode |
IndexWorkflowError.INFO
INDEX_WORKFLOW-37 A informational message.
|
static ErrorCode |
BasisTechError.INIT_FAILURE
Problem Initializing RLP environment
|
static ErrorCode |
IndexWorkflowError.INITIALIZATION_ERROR
INDEX_WORKFLOW-25 Transfomer failed to initialize
|
static ErrorCode |
SqlSdkError.INSTALLATION_WARNING
installation warning
|
static ErrorCode |
PlatformError.INSTANTIATION_FAILED
PLATFORM-32 Could not instantiate a class
|
static ErrorCode |
SqlSdkError.INTERNAL_ENGINE_ERROR
Engine internal error
|
static ErrorCode |
SqlSdkError.INTERNAL_ENGINE_ERROR_ILLEGAL_STATE
Method invoked at inappropriate time
|
static ErrorCode |
SqlSdkError.INTERNAL_ENGINE_PUSHDOWNDB_ERROR |
static ErrorCode |
SqlSdkError.INTERNAL_ENGINE_WARNING_CLIENT_SCHEMA_REFRESH
The client failed while refreshing the schema
|
static ErrorCode |
AdvancedTextExtractionError.INTERNAL_ERROR
ADVANCED-TEXT-EXTRACTION-3011 Unexpected internal error.
|
static ErrorCode |
ClientError.INTERNAL_ERROR_CALLS_OUT_OF_ORDER
CLIENT-4, API calls made out of order
|
static ErrorCode |
SqlSdkError.INTERNAL_ERROR_NYI
Not yet Implemented
|
static ErrorCode |
PlatformError.INTERRUPTED_ERROR
PLATFORM-73 Thread interrupted.
|
static ErrorCode |
OntologyError.INVALID_ARGUMENT |
static ErrorCode |
ConfigurationError.INVALID_BEAN_NAME
CONFIGURATION-53, A feature has an invalid bean name, usually a singleton bean's name does not match it's class name.
|
static ErrorCode |
IndexWorkflowError.INVALID_BRANCH
INDEX_WORKFLOW-27 The workflow provided for a destination branch of a splitter was not predeclared or was not found.
|
static ErrorCode |
BusinessCenterError.INVALID_CAMPAIGN
BUSINESS_CENTER-10.
|
static ErrorCode |
BusinessCenterError.INVALID_CAMPAIGN_DATES
BUSINESS_CENTER-38.
|
static ErrorCode |
PlatformError.INVALID_CHILD_MESSAGE
PLATFORM-70 Invalid child message created; new messages must be accompanied by parent.
|
static ErrorCode |
ConfigurationError.INVALID_CLASS
CONFIGURATION-37, Indicates that a class did not match an expected type.
|
static ErrorCode |
ConfigurationError.INVALID_COMMAND_LINE_PARAMETER
CONFIGURATION-40, Command line parameter is invalid.
|
static ErrorCode |
ConfigurationError.INVALID_COMPONENT_NAME
CONFIGURATION-36, Indicates that a component has an invalid name.
|
static ErrorCode |
ConfigurationError.INVALID_COMPONENT_STAGE_TYPE
CONFIGURATION-6, Invalid component stage type.
|
static ErrorCode |
ConfigurationError.INVALID_COMPONENT_TYPE
CONFIGURATION-21, Invalid component type.
|
static ErrorCode |
ConfigurationError.INVALID_CONFIGURATION
CONFIGURATION-39, Particular configuration is invalid
|
static ErrorCode |
ConfigurationError.INVALID_CONFIGURATION_SERVER_COUNT
CONFIGURATION-63, Indicates that more than one configuration servers were requested
|
static ErrorCode |
PlatformError.INVALID_CONFIGURATION_SERVER_HOSTS
PLATFORM-91, An invalid list of host:port pairs was specified for the configuration server.
|
static ErrorCode |
StoreError.INVALID_CONNECTOR_DEFINITION
STORE-22 Invalid Connector Definition
|
static ErrorCode |
BusinessCenterError.INVALID_CONTROLLED_QUERY
BUSINESS_CENTER-19.
|
static ErrorCode |
SqlSdkError.INVALID_DELETE_STATEMENT
invalid delete statement
|
static ErrorCode |
PlatformError.INVALID_EMAIL_CONFIGURATION
PLATFORM-66 The arguments provided for sending email were invalid.
|
static ErrorCode |
BasisTechError.INVALID_ENTITY_TYPE
Invalid Entity Type Specified
|
static ErrorCode |
IndexWorkflowError.INVALID_ENTITY_TYPE
INDEX_WORKFLOW-31 Invalid entity type
|
static ErrorCode |
SchemaError.INVALID_FIELD_NAME
SCHEMA-15 Invalid field name specified.
|
static ErrorCode |
IndexWorkflowError.INVALID_FIELD_TYPE
INDEX_WORKFLOW-20 A field was passed in that was not of an expected type
|
static ErrorCode |
IndexWorkflowError.INVALID_FIELD_VALUE_TYPE
INDEX_WORKFLOW-29 A field was passed in that contains a value of an an unexpected type
|
static ErrorCode |
SqlSdkError.INVALID_FUNCTION_CALL
Invalid function call
|
static ErrorCode |
StoreError.INVALID_ID
STORE-18 Content read error
|
static ErrorCode |
BusinessCenterError.INVALID_IMPORT_FILE
BUSINESS_CENTER-42.
|
static ErrorCode |
ConfigurationError.INVALID_INPUT_TYPE
CONFIGURATION-30, Invalid input type specified for a component.
|
static ErrorCode |
SqlSdkError.INVALID_INSERT_STATEMENT
invalid insert statement
|
static ErrorCode |
TextExtractionError.INVALID_INTEGER_VALUE
TEXT_EXTRACTION-2022.
|
static ErrorCode |
SchedulerError.INVALID_JOB
SCHEDULER_SERVICE-8 Error during validation.
|
static ErrorCode |
SqlSdkError.INVALID_JOIN_ORDER
Invalid join order specified
|
static ErrorCode |
ConfigurationError.INVALID_LICENSE
CONFIGURATION-29, Invalid license file, please contact Attivio for further assistance.
|
static ErrorCode |
PlatformError.INVALID_LOCALE
PLATFORM-40 Invalid locale specification
|
static ErrorCode |
TextExtractionError.INVALID_LONG_VALUE
TEXT_EXTRACTION-2023.
|
static ErrorCode |
StoreError.INVALID_LOOKUP
STORE-21 Failed due to invalid Lookup
|
static ErrorCode |
PrincipalsError.INVALID_MEMBERSHIP |
static ErrorCode |
ConfigurationError.INVALID_ORDERED_MESSAGING_CONFIGURATION
CONFIGURATION-38, Indicates that the system settings and component settings for ordered messaging do not match.
|
static ErrorCode |
IndexProcessError.INVALID_PARAMETER
INDEX_PROCESS-9 Invalid Command line arguement
|
static ErrorCode |
ConfigurationError.INVALID_PROPERTY_NAME
CONFIGURATION-23, Invalid property name
|
static ErrorCode |
ConfigurationError.INVALID_PROPERTY_VALUE
CONFIGURATION-17, Invalid property value
|
static ErrorCode |
ConfigurationError.INVALID_QUEUE_SIZE
CONFIGURATION-24, Invalid message queue size, must be > 0
|
static ErrorCode |
TextExtractionError.INVALID_REGULAR_EXPRESSION
TEXT_EXTRACTION-2021.
|
static ErrorCode |
BusinessCenterError.INVALID_RESPONSE
BUSINESS_CENTER-13.
|
static ErrorCode |
StoreError.INVALID_RESULT_COLUMNS
STORE-12 A document or message result contained an invalid column combination
|
static ErrorCode |
ConfigurationError.INVALID_SCHEMA_FIELD_TYPE
CONFIGURATION-26 A schema field type was specified that does not exist
|
static ErrorCode |
SqlSdkError.INVALID_SCHEMA_OBJECT
invalid catalog or schema supplied
|
static ErrorCode |
BusinessCenterError.INVALID_SEARCH_PROFILE
BUSINESS_CENTER-37.
|
static ErrorCode |
WebServiceError.INVALID_SESSION_ID
WEBSERVICE-1 Invalid session id.
|
static ErrorCode |
StoreError.INVALID_SNAPSHOT_NAME
STORE-35 Invalid snapshot name.
|
static ErrorCode |
ConfigurationError.INVALID_SPLITTER_CLASS
CONFIGURATION-25, Invalid splitter class; it must extend AbstractRouter
|
static ErrorCode |
ConfigurationError.INVALID_STORE_SERVER_COUNT
CONFIGURATION-66, Indicates that more than one store servers were requested
|
static ErrorCode |
SqlSdkError.INVALID_UPDATE_STATEMENT
invalid update statement
|
static ErrorCode |
SchedulerError.INVALID_VALIDATOR_CLASS
SCHEDULER_SERVICE-7 Error creating validator.
|
static ErrorCode |
OntologyError.INVALID_VERSION |
static ErrorCode |
ConfigurationError.INVALID_WORKFLOW_NAME
CONFIGURATION-59, Indicates that a workflow name is invalid.
|
static ErrorCode |
ConfigurationError.INVALID_WORKFLOW_TYPE
CONFIGURATION-4, Invalid workflow type.
|
static ErrorCode |
StructureExtractionError.IO_ERROR
CATEGORY_STRUCTURE_EXTRACTION-4001 I/O error.
|
static ErrorCode |
TextExtractionError.IO_ERROR
TEXT_EXTRACTION-2017.
|
static ErrorCode |
HadoopCheckerError.IO_ERROR
HADOOP-CHECKER-5 IO Error
|
static ErrorCode |
StoreError.JCE_ERROR
STORE-25 JCE Unlimited Security Policy is not installed.
|
static ErrorCode |
PlatformError.JMX_ERROR
PLATFORM-8 Failed to register with JMX.
|
static ErrorCode |
SchedulerError.JOB_CLASS_INVALID
SCHEDULER_SERVICE-3 A scheduled job definition references a job implementation class that does not implement interface com.attivio.platform.service.AttivioScheduledJob
|
static ErrorCode |
SchedulerError.JOB_CLASS_NOT_FOUND
SCHEDULER_SERVICE-2 A scheduled job definition references a job implementation class that was not found.
|
static ErrorCode |
SchedulerError.JOB_META_DATAT_ERROR
SCHEDULER_SERVICE-6 Error in job metadata.
|
static ErrorCode |
BasisTechError.LANGID_FAILED
BasisTech Processing Failed
|
static ErrorCode |
MemoryError.LARGE_OBJECT_GRAPH_ESTIMATION_ERROR
MEMORY-4, object size (graph) is too large be estimated
|
static ErrorCode |
BasisTechError.LICENSE_ERROR
Occurs when license does not exist or is invalid/expired
|
static ErrorCode |
PlatformError.LIFECYCLE_ERROR
PLATFORM-9 Failed to start/stop a component.
|
static ErrorCode |
TextExtractionError.LINK_EXTRACTION_ERROR
TEXT_EXTRACTION-2009.
|
static ErrorCode |
StoreError.LIST_SNAPSHOT_ERROR
STORE-31 Error occurred while listing a snapshot.
|
static ErrorCode |
OntologyError.LOAD_IN_PROGRESS |
static ErrorCode |
PlatformError.LOCAL_DISPATCH_UNAVAILABLE
PLATFORM-31 local dispatch not available.
|
static ErrorCode |
ConfigurationError.LOCAL_NODE_SPECIFIED_IN_GLOBAL_CONFIG
CONFIGURATION-46, The global configuration has more than one node specified, but the default "local" node name was used in startup.
|
static ErrorCode |
IndexProcessError.LOCK_FAILED
INDEX_PROCESS-6 Index process failed to acquire or release a lock
|
static ErrorCode |
KernelError.LOG_INIT_FAILURE
KERNEL-2 Failed to setup logging properly.
|
static ErrorCode |
PlatformError.LOST_CORRECTION
PLATFORM-109, Detected that a document was incorrectly marked as LOST or was COMPLETED or DROPPED multiple times
|
static ErrorCode |
SqlSdkError.MAX_MEMORY_EXCEEDED
Max memory exceeded
|
static ErrorCode |
PlatformError.MBEANSERVER_SHUTDOWN_TIMEOUT
PLATFORM-13 Timed out waiting for standard MBean JMX server to shut down.
|
static ErrorCode |
PlatformError.MEMORY_EVENT
PLATFORM-43 Memory event handler triggered
|
static ErrorCode |
MemoryError.MEMORY_TRANSPORT_RECEIVER_ERROR
MEMORY-1, receiver for message could not be found or created.
|
static ErrorCode |
ClientError.MESSAGE_RESULT_POLLING_ERROR
CLIENT-2, Message result polling error.
|
static ErrorCode |
PlatformError.MESSAGE_TIMEOUT_ERROR
PLATFORM-23 Message timeout in stage.
|
static ErrorCode |
MemoryError.MESSAGE_TOO_LARGE
MEMORY-2, message exceeds memory maximum for the queue.
|
static ErrorCode |
PlatformError.MESSAGE_TRACKING_EXCEPTION
PLATFORM-11 Error during message/system state tracking.
|
static ErrorCode |
TextExtractionError.METADATA_ERROR
TEXT_EXTRACTION-2002.
|
static ErrorCode |
StoreError.METADATA_READ_ERROR
STORE-15 Metadata write error, primary data still stored
|
static ErrorCode |
StoreError.METADATA_WRITE_ERROR
STORE-14 Metadata write error, primary data still stored
|
static ErrorCode |
ConfigurationError.MISSING_COMMAND_LINE_PARAMETER
CONFIGURATION-41, Missing Command line parameter
|
static ErrorCode |
IndexProcessError.MISSING_INDEX
INDEX_PROCESS-11 Index not found in repository
|
static ErrorCode |
ConfigurationError.MISSING_PROPERTY
CONFIGURATION-10, Missing an required property
|
static ErrorCode |
IndexWorkflowError.MISSING_PROPERTY
INDEX_WORKFLOW-15 Missing required property
|
static ErrorCode |
IndexWorkflowError.MISSING_REQUIRED_FIELD
INDEX_WORKFLOW-36 A document was missing a required field.
|
static ErrorCode |
CgiApiError.MISSING_REQUIRED_PARAMETER
CGI_API_PARSER-2 Required parameter is not specified or has null value.
|
static ErrorCode |
IndexProcessError.MISSING_TOKENIZER
INDEX_PROCESS-8 Tokenizer missing from configuration found in zookeeper
|
static ErrorCode |
PlatformError.MODULE_INFO_ERROR
PLATFORM-68 Error while trying to read module info
|
static ErrorCode |
PlatformError.MULE_EXCEPTION
PLATFORM-1 Mule exception while sending message.
|
static ErrorCode |
SqlSdkError.MULTIVALUE_ERROR
multi-value error
|
static ErrorCode |
SqlSdkError.MULTIVALUE_FIELD
multi-value field warning or error
|
static ErrorCode |
KernelError.NETWORK_ERROR
KERNEL-4 protocol-level network failure
|
static ErrorCode |
IndexProcessError.NO_AVAILABLE_PARTITIONS
INDEX_PROCESS-5 No cells were available in the index matrix
|
static ErrorCode |
PlatformError.NO_CONSOLE_AVAILABLE
PLATFORM-75 No console available
|
static ErrorCode |
BusinessCenterError.NO_DATA_SOURCES
BUSINESS_CENTER-39.
|
static ErrorCode |
ConfigurationError.NO_DEFAULT_ROUTE
CONFIGURATION-65, No Default route configured for index feature
|
static ErrorCode |
IndexWorkflowError.NO_ENCODING_INFO_AVAILABLE
INDEX_WORKFLOW-40 No encoding/charset information found
|
static ErrorCode |
PlatformError.NO_HEARTBEAT_MONITOR_RESPONSE
PLATFORM-2 The process monitoring this process' heartbeat is not responding.
|
static ErrorCode |
IndexWorkflowError.NO_LOCALE_INFO_AVAILABLE
INDEX_WORKFLOW-30 No language/locale information found
|
static ErrorCode |
IndexWorkflowError.NO_MATCHING_ROUTING_FILTER
INDEX_WORKFLOW-46 A document was dropped because no index routing filter matched it.
|
static ErrorCode |
IndexWorkflowError.NO_MAX_VALUE_UPDATE
INDEX_WORKFLOW-4 that the max value was not updated because there were errors while processing documents.
|
static ErrorCode |
PrincipalsError.NO_PRINCIPAL_SPECIFIED
no principal specified
|
static ErrorCode |
ConfigurationError.NO_RELEVANCY_MODELS_AVAILABLE
CONFIGURATION-22, No relevancy models available
|
static ErrorCode |
WebServiceError.NO_SESSION_REGISTERED
WEBSERVICE-3 No session with the specified id exists.
|
static ErrorCode |
ConfigurationError.NODE_DOES_NOT_EXIST
CONFIGURATION-44, The node name does not exist in the global configuration.
|
static ErrorCode |
PlatformError.NODE_SPECIFIC_SERVICE_CREATION_FAILURE
PLATFORM-110, Failed to find requested service on specified node
|
static ErrorCode |
ConfigurationError.NODES_USE_OVERLAPPING_PORTS
CONFIGURATION-57, Overlapping ports found on host %s baseports (%d,%d) must be seperated by at least %d
|
static ErrorCode |
ConfigurationError.NODESET_DOES_NOT_EXIST
CONFIGURATION-56, A referenced nodeset is not defined
|
static ErrorCode |
SecurityAdError.NON_FATAL_ACL_SERVICE_ERROR
SECURITY-AD-10002.
|
static ErrorCode |
TextExtractionError.NON_FATAL_ERROR
TEXT_EXTRACTION-2020.
|
static ErrorCode |
SqlSdkError.NONEXISTENT_FIELD
nonexistent field
|
static ErrorCode |
SailError.NOT_ALLOWED
SAIL-6 alert not created
|
static ErrorCode |
KernelError.NOT_ATTIVIO_SERVER
KERNEL-6 The URI specified for api operation is not an Attivio server.
|
static ErrorCode |
StoreError.NOT_FOUND
STORE-13 Content not found
|
static ErrorCode |
KernelError.NOT_FOUND
KERNEL-13 Indicates a resource request failed because it does not exist.
|
static ErrorCode |
BasisTechError.NOT_LICENSED
License for language not available.
|
static ErrorCode |
KernelError.NOT_SERIALIZABLE
KERNEL-7 Model object is not serializable properly.
|
static ErrorCode |
ConfigurationError.NOT_SINGLE_INSTANCED
CONFIGURATION-43, This component is required to be single instanced but is not configured appropriately.
|
static ErrorCode |
StoreError.NOT_SNAPSHOTTABLE
STORE-27 Specified path cannot be made snapshottable.
|
static ErrorCode |
PlatformError.NOT_STARTED
PLATFORM-17 Attivio not started.
|
static ErrorCode |
IndexWorkflowError.NOT_TOKENIZED
INDEX_WORKFLOW-32 Data has not been tokenized
|
static ErrorCode |
BusinessCenterError.NOTIFY_ERROR
BUSINESS_CENTER-44.
|
static ErrorCode |
PlatformError.NULL_MSG_ERROR
PLATFORM-25 null message.
|
static ErrorCode |
SqlSdkError.OA_SP_COMPILE_STMT_QR_ERR
compile statement error
|
static ErrorCode |
SqlSdkError.OA_SP_INTERNAL_ERR
Internal errors
|
static ErrorCode |
SqlSdkError.OA_SP_UNSUP_QTYPE_ERR
Statement processing does not support query type
|
static ErrorCode |
MemoryError.OBJECT_SIZE_ESTIMATION_ERROR
MEMORY-3, object size could not be estimated
|
static ErrorCode |
OntologyError.ONTOLOGY_LOAD_ERROR |
static ErrorCode |
OntologyError.ONTOLOGY_PARSE_ERROR |
static ErrorCode |
ConfigurationError.OPTIONAL_FEATURE_DEPENDENCY_IN_LATER_CONFIGURATION_STAGE
CONFIGURATION-52, A feature optionally depends on another feature which is present but initialized in a later stage.
|
static ErrorCode |
TextExtractionError.PARSING_ERROR
TEXT_EXTRACTION-2001.
|
static ErrorCode |
ServletError.PERFMON_ERROR
Perfmon server is probably down
|
static ErrorCode |
PlatformError.PERFORMANCE_MONITOR_CLIENT_UNAVAILABLE
PLATFORM-95, The Performance monitor client could not be reached.
|
static ErrorCode |
PlatformError.PERFORMANCE_MONITOR_METRIC_GATHERING_ERROR
PLATFORM-96, The Performance monitor server encountered and erro while polling for metrics.
|
static ErrorCode |
PlatformError.PERFORMANCE_MONITOR_UNAVAILABLE
PLATFORM-93, The Performance monitor could not be reached.
|
static ErrorCode |
SqlSdkError.PERSISTENCE_FAILURE
persistence failure
|
static ErrorCode |
BusinessCenterError.PLACEMENT_LABEL_ERROR
BUSINESS_CENTER-17.
|
static ErrorCode |
SailError.PREFERENCES_STORAGE_FAILURE
SAIL-2 Preferences failure
|
static ErrorCode |
StoreError.PREPARED_STATEMENT_FAILURE
STORE-19 Failed to create prepared statement
|
static ErrorCode |
ProcessError.PROCESS_PROBLEM
PROCESS_PROBLEM
|
static ErrorCode |
BasisTechError.PROCESSING_FAILED
BasisTech Processing Failed
|
static ErrorCode |
IndexWorkflowError.PROCESSING_TIMEOUT
INDEX_WORKFLOW-26 Processing timeout occurred.
|
static ErrorCode |
AdvancedTextExtractionError.PROTECTED_DOCUMENT_ERROR
ADVANCED-TEXT-EXTRACTION-3013 Password protected or encrypted documents
|
static ErrorCode |
BusinessCenterError.PUBLISH_ERROR
BUSINESS_CENTER-12.
|
static ErrorCode |
RelevancyError.PUBLISH_MODEL_FAILED
RELEVANCY-6 Failed to publish a relevancy model.
|
static ErrorCode |
SqlSdkError.QUERY_CANCELLED
query cancelled
|
static ErrorCode |
BusinessCenterError.QUERY_TERM_OVERLAP_ERROR
BUSINESS_CENTER-18.
|
static ErrorCode |
IngestHistoryError.READ_CHILD_ERROR
INGESTHISTORY-7, Failed to read a children record.
|
static ErrorCode |
IngestHistoryError.READ_DOCUMENT_ERROR
INGESTHISTORY-4, Failed to read a document.
|
static ErrorCode |
StoreError.READ_ERROR
STORE-17 Content read error
|
static ErrorCode |
KernelError.READ_STREAM_ERROR
KERNEL-12 Indicates that a stream failed to be created.
|
static ErrorCode |
SchemaError.REAL_TIME_FIELD_ERROR
SCHEMA-14 Configuration of real time field contains an error.
|
static ErrorCode |
PlatformError.RECREATING_SERVICE
PLATFORM-102, service connection failed and the api is being recreated
|
static ErrorCode |
BusinessCenterError.RECURSIVE_REVERT_REQUIRED
BUSINESS_CENER-47.
|
static ErrorCode |
IndexWorkflowError.REGEX_FAILURE
INDEX_WORKFLOW-12 Regex runtime exception.
|
static ErrorCode |
ConfigurationError.REJOINING_SPLITTER_REUSED_IN_WORKFLOWS
CONFIGURATION-64, A splitter with rejoin=true referenced in multiple ingest workflows
|
static ErrorCode |
AgentError.RELATIVE_DIRECTORIES
AGENT-6 Relative directories have been chosen for data and/or log directories.
|
static ErrorCode |
ConfigurationError.REQUIRED_FEATURE_MISSING
CONFIGURATION-50, A feature requires another feature which does exist.
|
static ErrorCode |
ConfigurationError.REQUIRES_FEATURE_FROM_LATER_CONFIGURATION_STAGE
CONFIGURATION-49, A feature requires another feature which does not get applied to a later ConfigurationStage.
|
static ErrorCode |
PlatformError.RESOURCE_CLOSE_ERROR
PLATFORM-61 Closing a resource failed.
|
static ErrorCode |
PlatformError.RESOURCE_COMMIT_ERROR
PLATFORM-63 Commiting of final resource failed.
|
static ErrorCode |
PlatformError.RESOURCE_CREATE_ERROR
PLATFORM-62 Creating a resource failed.
|
static ErrorCode |
PlatformError.RESOURCE_LOAD_ERROR
PLATFORM-55 Loading a resource failed.
|
static ErrorCode |
PlatformError.RESOURCE_WARNING
PLATFORM-76 Indicates that the current activity is likely to use resources beyond the normal/expected scope.
|
static ErrorCode |
StoreError.RESTORE_SNAPSHOT_ERROR
STORE-32 Error occurred while restoring a snapshot.
|
static ErrorCode |
BasisTechError.RESULT_ACCESS_FAILED
Problem Accessing Context Results
|
static ErrorCode |
BusinessCenterError.REVISION_NOT_FOUND
BUSINESS_CENTER-31.
|
static ErrorCode |
PlatformError.SAFE_SHUTDOWN_ABORTED_WARNING
PLATFORM-78 Immediate shutdown request interrupted a safe shutdown
|
static ErrorCode |
StoreError.SCHEMA_BOOTSTRAP_FAILURE
STORE-2 Bootstrapping of schema failed.
|
static ErrorCode |
StoreError.SCHEMA_CHANGE_FILE_DELETE_FAILURE
STORE-11 Failure to delete the current schema change file.
|
static ErrorCode |
StoreError.SCHEMA_CHANGE_FILE_DOES_NOT_EXIST
STORE-9 The changingSchema.txt file does not exist when it should.
|
static ErrorCode |
StoreError.SCHEMA_CHANGE_FILE_EXISTS
STORE-1 The changingSchema.txt file exists when it should not.
|
static ErrorCode |
StoreError.SCHEMA_CHANGE_FILE_READ_FAILURE
STORE-5 Failure to read the current schema change file.
|
static ErrorCode |
StoreError.SCHEMA_CHANGE_FILE_WRITE_FAILURE
STORE-6 Failure to write the current schema change file.
|
static ErrorCode |
ConfigurationError.SCHEMA_DOES_NOT_EXIST
CONFIGURATION-14 a referenced schema is not loaded into the configuration.
|
static ErrorCode |
SqlSdkError.SCHEMA_ERROR
schema isn't right
|
static ErrorCode |
ConfigurationError.SCHEMA_EXISTS
CONFIGURATION-3, A schema already exists with the given name.
|
static ErrorCode |
StoreError.SCHEMA_INVALID_OPERATION
STORE-8 Invalid schema operation.
|
static ErrorCode |
StoreError.SCHEMA_KEYSPACE_EXISTS
STORE-7 Attempted to create a keyspace which already exists.
|
static ErrorCode |
StoreError.SCHEMA_MISMATCH_ERROR
STORE-10 The schema UUID changed on the config server while this store was making a change
|
static ErrorCode |
SchemaError.SCHEMA_NOT_SPECIFIED
SCHEMA-11 Schema is not specified.
|
static ErrorCode |
StoreError.SCHEMA_STORE_PREP_RECORD_FAILURE
STORE-4 Failure to fully record the success of a StorePreparer.
|
static ErrorCode |
BusinessCenterError.SEARCH_ERROR
BUSINESS_CENTER-14.
|
static ErrorCode |
PrincipalsError.SEARCH_NOT_AVAILABLE
Search client is not available.
|
static ErrorCode |
BusinessCenterError.SEARCH_PROFILE_ALREADY_EXISTS
BUSINESS_CENTER-4.
|
static ErrorCode |
BusinessCenterError.SEARCH_PROFILE_DELETED
BUSINESS_CENTER-7.
|
static ErrorCode |
BusinessCenterError.SEARCH_PROFILE_DOES_NOT_EXIST
BUSINESS_CENTER-1.
|
static ErrorCode |
BusinessCenterError.SEARCH_PROFILE_ERROR
BUSINESS_CENTER-16.
|
static ErrorCode |
PlatformError.SERVER_STARTUP_FAILURE
PLATFORM-21 Startup error.
|
static ErrorCode |
PlatformError.SERVICE_CLIENT_PARAMS_REQUIRED
PLATFORM-103, service requires client to registered parameters (like http authentication information)
|
static ErrorCode |
PlatformError.SERVICE_CREATION_FAILURE
PLATFORM-98, service instance could not be obtained from server
|
static ErrorCode |
PlatformError.SERVICE_ONLY_AVAILABLE_LOCALLY
PLATFORM-101, service instance can serve only local clients
|
static ErrorCode |
PlatformError.SERVICE_REGISTRATION_FAILURE
PLATFORM-99, service instance could not be registered on server
|
static ErrorCode |
BasisTechError.SERVICE_UNAVAILABLE
Basistech service is not configured.
|
static ErrorCode |
PlatformError.SERVICE_UNREGISTRATION_FAILURE
PLATFORM-100, service instance could not be unregistered on server
|
static ErrorCode |
WebServiceError.SESSION_EXPIRED
WEBSERVICE-5 Session expired
|
static ErrorCode |
IndexProcessError.SHUTDOWN_ERROR
INDEX_PROCESS-10 Exceptions during shutdown
|
static ErrorCode |
BasisTechError.SHUTDOWN_FAILED
Problem shutting down BasisTech Environment
|
static ErrorCode |
RelevancyError.SIGNAL_ERROR
RELEVANCY-7 Error with relevancy signal input.
|
static ErrorCode |
HadoopCheckerError.SLIDER_ERROR
HADOOP-CHECKER-9 Failed Slider test
|
static ErrorCode |
SqlSdkError.SQL_COMPILATION_ERROR
SQL compilation error
|
static ErrorCode |
SqlSdkError.SQL_COMPILATION_ERROR_STOP_AT_PT
SQL compilation error stop at pass-through
|
static ErrorCode |
SqlSdkError.SQL_PERMISSION_ERROR_NO_PERM
SQL permissions error
|
static ErrorCode |
IngestHistoryError.START_SESSION_ERROR
INGESTHISTORY-2, Error have not started a session so no namespace exists.
|
static ErrorCode |
AgentError.STARTUP_ALTERED
AGENT-4 Startup conditions for a process were altered to allow the system to start
|
static ErrorCode |
IndexProcessError.STARTUP_FAILED
INDEX_PROCESS-1 Index process failed to acquire or release a lock
|
static ErrorCode |
IndexWorkflowError.STATE_PERSISTENCE_FAILURE
INDEX_WORKFLOW-8 Transform state persistence failed.
|
static ErrorCode |
IndexWorkflowError.STREAM_TRUNCATED
INDEX_WORKFLOW-34 Stream was truncated during read
|
static ErrorCode |
PlatformError.SYNCHRONOUS_MESSAGE_FOR_ORDERED_COMPONENT
PLATFORM-74 Synchronous message sent to a component which requires ordered messages.
|
static ErrorCode |
SqlSdkError.SYSTEM_COLUMN_NOT_ALLOWED_ON_GROUPBY
system column not allowed on group by
|
static ErrorCode |
SqlSdkError.SYSTEM_COLUMN_NOT_ALLOWED_ON_SORT
system column not allowed on sort
|
static ErrorCode |
TextExtractionError.SYSTEM_ERROR
TEXT_EXTRACTION-2019.
|
static ErrorCode |
HadoopCheckerError.TABLE_EXISTS
HADOOP-CHECKER-3 Table already exists
|
static ErrorCode |
SchedulerError.TASK_ALREADY_EXISTS
SCHEDULER_SERVICE-4 Attempted to create a task with a combination of owner and name that already exists.
|
static ErrorCode |
TextExtractionError.TEMP_DIR_ERROR
TEXT_EXTRACTION-2015.
|
static ErrorCode |
PlatformError.TEMPLATE_ERROR
PLATFORM-69 Error running templating code.
|
static ErrorCode |
SchemaError.TERM_ANCHORS_NOT_SUPPORTED
SCHEMA-16 Term anchors are not enabled/supported for the field requested.
|
static ErrorCode |
HadoopCheckerError.TEST_FAILED
HADOOP-CHECKER-8 Hadoop test failed to complete successfully
|
static ErrorCode |
TextExtractionError.TEXT_EXTRACTION_ERROR
TEXT_EXTRACTION-2008.
|
static ErrorCode |
BasisTechError.TOKENIZATION_FAILURE
Tokenization Failure
|
static ErrorCode |
PlatformError.TOKENIZE_ERROR
PLATFORM-59 Tokenizer failed to properly tokenize input.
|
static ErrorCode |
IndexWorkflowError.TOKENIZED
INDEX_WORKFLOW-44 Data has been tokenized, but should not have been
|
static ErrorCode |
PlatformError.TOKENIZER_NOT_FOUND
PLATFORM-58 Tokenizer specified is not available.
|
static ErrorCode |
IndexWorkflowError.TOO_MANY_BRANCHES
INDEX_WORKFLOW-28 A splitter must derive from SplitDocumentList in order split a document into multiple lists.
|
static ErrorCode |
BusinessCenterError.TOP_DOC_EXISTS
BUSINESS_CENTER-40.
|
static ErrorCode |
BusinessCenterError.TOP_EXISTS_AS_PROFILE_BLOCK
BUSINESS_CENTER-45.
|
static ErrorCode |
RelevancyError.TRAINING_FAILED
RELEVANCY-4 Relevancy model training failed.
|
static ErrorCode |
BasisTechError.TRUNCATED_DATA
Occurs when not entire data has been processed
|
static ErrorCode |
SqlSdkError.TRUNCATING_STRING
truncating large string
|
static ErrorCode |
StoreError.TX_FAILURE
STORE-23 Commit Failure
|
static ErrorCode |
TextExtractionError.TYPE_RECOGNITION_ERROR
TEXT_EXTRACTION-2007.
|
static ErrorCode |
KernelError.UNAUTHORIZED
KERNEL-9 Unauthorized API use.
|
static ErrorCode |
SchedulerError.UNCATEGORIZED_FAILURE
SCHEDULER_SERVICE-1 Uncategorized scheduler failure.
|
static ErrorCode |
KernelError.UNDELIVERED_MESSAGE
KERNEL-5 Undelivered message error.
|
static ErrorCode |
PlatformError.UNEXPECTED_MSG_TYPE
PLATFORM-27 unexpected message type
|
static ErrorCode |
KernelError.UNHANDLED_EXCEPTION
KERNEL-10 Unhandled exception.
|
static ErrorCode |
PlatformError.UNHANDLED_EXCEPTION
PLATFORM-52 Low-level exception occurred
|
static ErrorCode |
SchemaError.UNINDEXED_FIELD_ERROR
SCHEMA-7 A query specifies a field that is not indexed.
|
static ErrorCode |
PlatformError.UNKNOWN_COMMAND
PLATFORM-89, A command queue received an unknown command.
|
static ErrorCode |
ConfigurationError.UNKNOWN_DISTRIBUTION_SCHEME
CONFIGURATION-47, The distribution scheme was not registered as a Spring.
|
static ErrorCode |
AdvancedTextExtractionError.UNKNOWN_DOCTYPE
ADVANCED-TEXT-EXTRACTION-3012 Unknown document type.
|
static ErrorCode |
ServletError.UNKNOWN_ERROR
CONNECTOR-1, Error doing commit after crawl.
|
static ErrorCode |
HadoopCheckerError.UNKNOWN_ERROR
HADOOP-CHECKER-0 UnknownError.
|
static ErrorCode |
IndexProcessError.UNKNOWN_ERROR
INDEX_PROCESS-12 Unknown error occurred while running index process.
|
static ErrorCode |
IndexWorkflowError.UNKNOWN_EXTERNAL_LIBRARY_ERROR
INDEX_WORKFLOW-17 A 3rd party component generated and error that we don't know how to handle
|
static ErrorCode |
PlatformError.UNKNOWN_EXTERNAL_PROCESS_URI
PLATFORM-4 No known external process associated with the external process uri.
|
static ErrorCode |
SchemaError.UNKNOWN_FACET_ERROR
SCHEMA-5 A query specifies an unknown facet.
|
static ErrorCode |
SchemaError.UNKNOWN_FIELD_ERROR
SCHEMA-1 A query specifies an unknown field.
|
static ErrorCode |
ConfigurationError.UNKNOWN_LOCALE
CONFIGURATION-32, Locale was unknown
|
static ErrorCode |
KernelError.UNKNOWN_LOG_SUBSYSTEM_ERROR
KERNEL-3 Used to indicate that one of the underlying components using the non default logging system logged an error but did not provide an error code.
|
static ErrorCode |
PlatformError.UNKNOWN_MESSAGE_TYPE
PLATFORM-29 message type is unknown to this component.
|
static ErrorCode |
ConfigurationError.UNKNOWN_TOKENIZER
CONFIGURATION-27 A tokenizer with requested that is not known to the configuration
|
static ErrorCode |
AdvancedTextExtractionError.UNMAPPED_DOCTYPE
ADVANCED-TEXT-EXTRACTION-3015 Unmapped document type.
|
static ErrorCode |
IndexWorkflowError.UNREGISTERED_CLIENT_ID
INDEX_WORKFLOW-14 Received data/request for an unknown client ID.
|
static ErrorCode |
ConfigurationError.UNREGISTERED_COMPONENT_TYPE
CONFIGURATION-33, The type of component was not registered.
|
static ErrorCode |
ConfigurationError.UNRESOLVED_REFERENCE
CONFIGURATION-8, Attempt made to use a component reference as a full-fledged component.
|
static ErrorCode |
TextExtractionError.UNSUPPORTED_APP_VERSION_ERROR
TEXT_EXTRACTION-2014.
|
static ErrorCode |
SchemaError.UNSUPPORTED_FIELD_TYPE
SCHEMA-6 An engine does not support a field type.
|
static ErrorCode |
SqlSdkError.UNSUPPORTED_FUNCTIONALITY_ERROR
unsupported functionality
|
static ErrorCode |
RelevancyError.UNSUPPORTED_SCORE_MODE
RELEVANCY-2 Relevancy scoring mode specified is unsupported.
|
static ErrorCode |
SqlSdkError.UNSUPPORTED_SYNTAX
Unsupported SQL sytnax
|
static ErrorCode |
SqlSdkError.UNSUPPORTED_TYPE_ERROR
unsupported type
|
static ErrorCode |
BusinessCenterError.UPDATE_ERROR
BUSINESS_CENTER-15.
|
static ErrorCode |
IndexWorkflowError.URI_PARSE_ERROR
INDEX_WORKFLOW-43 URI parse error
|
static ErrorCode |
PlatformError.VERSION_MISMATCH
PLATFORM-112, A module or component version does not match platform
|
static ErrorCode |
OntologyError.VERSION_NOT_AVAILABLE |
static ErrorCode |
PlatformError.WEAK_ENCRYPTION
PLATFORM-113, A value going through decryption is encrypted with a weaker cipher than is available
|
static ErrorCode |
ConfigurationError.WORKFLOW_DOES_NOT_EXIST
CONFIGURATION-7, Workflow reference cannot be resolved.
|
static ErrorCode |
PlatformError.WORKFLOW_DOES_NOT_EXIST
PLATFORM-47 Reference workflow does not exist
|
static ErrorCode |
ConfigurationError.WORKFLOW_EXISTS
CONFIGURATION-28, Attempted to redefine a workflow without using override flag.
|
static ErrorCode |
ConfigurationError.WORKFLOW_INFINITE_LOOP
CONFIGURATION-55, Indicates that an infinite workflow loop was detected: For example: A->B, B->C, C->A.
|
static ErrorCode |
ConfigurationError.WORKFLOW_NOT_ON_NODE
CONFIGURATION-54, A referenced workflow doesn't run on a required node.
|
static ErrorCode |
IngestHistoryError.WRITE_CHILD_ERROR
INGESTHISTORY-6, Failed to create or update a children record.
|
static ErrorCode |
IngestHistoryError.WRITE_DOCUMENT_ERROR
INGESTHISTORY-3, Failed to create or update a document.
|
static ErrorCode |
StoreError.WRITE_ERROR
STORE-16 Content write error
|
static ErrorCode |
IndexWorkflowError.XML_HANDLING_ERROR
INDEX_WORKFLOW-19 There was an error handling an XML document
|
static ErrorCode |
IndexWorkflowError.XML_PARSE_ERROR
INDEX_WORKFLOW-18 There was an error parsing an XML document
|
static ErrorCode |
IndexProcessError.ZNODE_CREATION_ERROR
INDEX_PROCESS-2 Error creating a zookeeper node
|
static ErrorCode |
IndexProcessError.ZNODE_DELETION_FAILED
INDEX_PROCESS-7 Error deleting data from zookeeper
|
static ErrorCode |
IndexProcessError.ZNODE_PARSING_ERROR
INDEX_PROCESS-4 Error parsing data from zookeeper
|
static ErrorCode |
IndexProcessError.ZNODE_READ_ERROR
INDEX_PROCESS-3 Error reading from zookeeper
|
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
ErrorCode.getErrorCode(String category,
long code)
Get an ErrorCode given its category and number.
|
Modifier and Type | Field and Description |
---|---|
ErrorCode |
ProcessingResult.Data.errorCode |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingResult.drop(IngestDocument doc,
ErrorCode errorCode) |
void |
ProcessingResult.drop(PlatformMessage pm,
ErrorCode errorCode,
String msg) |
void |
ProcessingResult.drop(PlatformMessage pm,
ErrorCode errorCode,
Throwable t) |
void |
ProcessingResult.drop(PlatformMessage pm,
ErrorCode errorCode,
Throwable t,
String msg) |
void |
ProcessingResult.fail(IngestDocument doc,
ErrorCode errorCode,
Throwable e) |
void |
ProcessingResult.fail(IngestDocument doc,
ErrorCode defaultErrorCode,
Throwable e,
String msg) |
void |
ProcessingResult.fail(PlatformMessage pm,
ErrorCode errorCode,
String msg) |
void |
ProcessingResult.fail(PlatformMessage pm,
ErrorCode errorCode,
Throwable t,
String msg) |
static String |
ProcessingResult.formatError(ErrorCode error,
String message)
Format context-aware
message for error . |
void |
ProcessingResult.notHandled(PlatformMessage pm,
ErrorCode errorCode,
Throwable t) |
void |
ProcessingResult.warn(IngestDocument doc,
ErrorCode errorCode,
String msg,
Object... args) |
void |
ProcessingResult.warn(IngestDocument doc,
ErrorCode defaultErrorCode,
Throwable e,
String msg) |
void |
ProcessingResult.warn(PlatformMessage pm,
ErrorCode errorCode,
Throwable t,
String msg) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingFeedbackHandler.fail(IngestDocument doc,
ErrorCode code,
Throwable e) |
void |
ProcessingFeedbackHandler.warn(IngestDocument doc,
ErrorCode code,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
AieLogger.error(ErrorCode logMessageType,
String msg,
Object... params)
Deprecated.
Logs a error message with an error code.
|
void |
AieLogger.error(ErrorCode logMessageType,
Throwable t,
String msg,
Object... params)
Deprecated.
Logs a severe message with an error code.
|
void |
AieLogger.warn(ErrorCode logMessageType,
String msg,
Object... params)
Deprecated.
Logs a warning message with an error code.
|
void |
AieLogger.warn(ErrorCode logMessageType,
Throwable t,
String msg,
Object... params)
Deprecated.
Logs a warning message without an error code.
|
Modifier and Type | Class and Description |
---|---|
static class |
ServiceFactoryFactory.ServiceFactoryError |
Modifier and Type | Field and Description |
---|---|
static ErrorCode |
ServiceFactoryFactory.ServiceFactoryError.INSTANTIATION_EXCEPTION
Error with instantiating the ServiceFactory
|
static ErrorCode |
ServiceFactoryFactory.ServiceFactoryError.INVOCATION_EXCEPTION
Error with instantiating the ServiceFactory
|
static ErrorCode |
ServiceFactoryFactory.ServiceFactoryError.SERVICE_NOT_FOUND_EXCEPTION
Error finding a service
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
MockIngestApi.MockAuditDetail.getErrorCode() |
Modifier and Type | Method and Description |
---|---|
void |
MockAieLogger.error(ErrorCode logMessageType,
String msg,
Object... params) |
void |
MockAieLogger.error(ErrorCode logMessageType,
Throwable t,
String msg,
Object... params) |
void |
MockProcessingFeedbackHandler.fail(IngestDocument doc,
ErrorCode code,
Throwable e) |
void |
MockAieLogger.warn(ErrorCode logMessageType,
String msg,
Object... params) |
void |
MockAieLogger.warn(ErrorCode logMessageType,
Throwable t,
String msg,
Object... params) |
void |
MockProcessingFeedbackHandler.warn(IngestDocument doc,
ErrorCode code,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
StatusListener.error(ErrorCode errorCode,
Throwable ex,
String msg,
Object... params)
Logs an error message with an error code.
|
void |
StatusListener.warn(ErrorCode logMessageType,
String msg,
Object... params)
Logs a warning message with an error code.
|
void |
StatusListener.warn(ErrorCode logMessageType,
Throwable t,
String msg,
Object... params)
Logs a warning message without an error code.
|
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.