Package com.attivio.sdk.error
Class SonarSpiderError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SonarSpiderError
-
- All Implemented Interfaces:
java.io.Serializable
public final class SonarSpiderError extends ErrorCode
Contains the ErrorCodes for Attivio Connector implementations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
AMBIGUOUS_TABLE_ERROR
SONAR_SPIDER-5, Ambiguous table descriptor.static ErrorCode
FAILED_TO_RUN_ERROR
SONAR_SPIDER-3, Failed to run.static ErrorCode
FAILED_TO_STOP_ERROR
SONAR_SPIDER-2, Failed to stop.static ErrorCode
INVALID_ARGUMENT_ERROR
SONAR_SPIDER-6, Invalid argument.static ErrorCode
METADATA_SEARCH_FAILED_ERROR
SONAR_SPIDER-8, Metadata search failedstatic ErrorCode
SPIDER_CREATION_ERROR
SONAR_SPIDER-10, Spider Creation errorstatic ErrorCode
SPIDER_IS_RUNNING_ERROR
SONAR_SPIDER-4, Spider is running.static ErrorCode
UNDEFINED_GENERATED_CONNECTOR_TYPE_ERROR
SONAR_SPIDER-7, Undefined generated connector type.static ErrorCode
UNDEFINED_SPIDER_ERROR
SONAR_SPIDER-1, Undefined spider source.static ErrorCode
UNEXPECTED_ERROR
SONAR_SPIDER-9, Unexpected error
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
UNDEFINED_SPIDER_ERROR
public static final ErrorCode UNDEFINED_SPIDER_ERROR
SONAR_SPIDER-1, Undefined spider source.
-
FAILED_TO_STOP_ERROR
public static final ErrorCode FAILED_TO_STOP_ERROR
SONAR_SPIDER-2, Failed to stop.
-
FAILED_TO_RUN_ERROR
public static final ErrorCode FAILED_TO_RUN_ERROR
SONAR_SPIDER-3, Failed to run.
-
SPIDER_IS_RUNNING_ERROR
public static final ErrorCode SPIDER_IS_RUNNING_ERROR
SONAR_SPIDER-4, Spider is running.
-
AMBIGUOUS_TABLE_ERROR
public static final ErrorCode AMBIGUOUS_TABLE_ERROR
SONAR_SPIDER-5, Ambiguous table descriptor.
-
INVALID_ARGUMENT_ERROR
public static final ErrorCode INVALID_ARGUMENT_ERROR
SONAR_SPIDER-6, Invalid argument.
-
UNDEFINED_GENERATED_CONNECTOR_TYPE_ERROR
public static final ErrorCode UNDEFINED_GENERATED_CONNECTOR_TYPE_ERROR
SONAR_SPIDER-7, Undefined generated connector type.
-
METADATA_SEARCH_FAILED_ERROR
public static final ErrorCode METADATA_SEARCH_FAILED_ERROR
SONAR_SPIDER-8, Metadata search failed
-
UNEXPECTED_ERROR
public static final ErrorCode UNEXPECTED_ERROR
SONAR_SPIDER-9, Unexpected error
-
SPIDER_CREATION_ERROR
public static final ErrorCode SPIDER_CREATION_ERROR
SONAR_SPIDER-10, Spider Creation error
-
-