Package com.attivio.sdk.error
Class StructureExtractionError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.StructureExtractionError
-
- All Implemented Interfaces:
java.io.Serializable
public final class StructureExtractionError extends ErrorCode
Contains error codes related to the Structure Extraction module.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_STRUCTURE_EXTRACTION
Messages related to document structure extraction.static ErrorCode
IO_ERROR
CATEGORY_STRUCTURE_EXTRACTION-4001 I/O error.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_STRUCTURE_EXTRACTION
public static final java.lang.String CATEGORY_STRUCTURE_EXTRACTION
Messages related to document structure extraction.- See Also:
- Constant Field Values
-
IO_ERROR
public static final ErrorCode IO_ERROR
CATEGORY_STRUCTURE_EXTRACTION-4001 I/O error.
-
-