Package com.attivio.sdk.error
Class PropertyStoreError
- java.lang.Object
- 
- com.attivio.sdk.error.ErrorCode
- 
- com.attivio.sdk.error.PropertyStoreError
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public final class PropertyStoreError extends ErrorCode Contains the ErrorCodes for the property store used by real time fields.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static ErrorCodeBACKUP_FAILEDPROPERTY_STORE-12 Failed to create online backup.static ErrorCodeCLEAR_FAILEDPROPERTY_STORE-8 Failed to clear the property store.static ErrorCodeCLOSE_FAILEDPROPERTY_STORE-6 Failed to open a property store.static ErrorCodeCOLLECT_FAILEDPROPERTY_STORE-7 Failed to collect all values for a field in the property store.static ErrorCodeCOMMIT_FAILEDPROPERTY_STORE-11 Failed to commit property store to disk.static ErrorCodeCOUNT_FAILEDPROPERTY_STORE-10 Failed to get the number of values for a field in the property store.static ErrorCodeGET_FAILEDPROPERTY_STORE-2 Failed to get a value from the property store.static ErrorCodeINITIALIZE_FIELD_FAILEDPROPERTY_STORE-9 Failed to initialize a field in the property store.static ErrorCodeMIGRATION_STARTEDPROPERTY_STORE-17 Real time field index is being migrated.static ErrorCodeOPEN_FAILEDPROPERTY_STORE-5 Failed to open a property store.static ErrorCodePUT_FAILEDPROPERTY_STORE-1 Failed to put value into property store.static ErrorCodeRECOVER_FAILEDPROPERTY_STORE-13 Failed to recover store.static ErrorCodeRECOVERY_IGNOREDPROPERTY_STORE-16 Database will not be auto-recovered from existing recovery.sql.static ErrorCodeRECOVERY_STARTEDPROPERTY_STORE-15 Database is being recovered from recovery.sqlstatic ErrorCodeREMOVE_ALL_FAILEDPROPERTY_STORE-4 Failed to remove all values for an id from the property store.static ErrorCodeREMOVE_FAILEDPROPERTY_STORE-3 Failed to remove a value from the property store.static ErrorCodeUPGRADE_REQUIREDPROPERTY_STORE-14 Database must be upgraded.
 - 
Method Summary- 
Methods inherited from class com.attivio.sdk.error.ErrorCodeequals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
 
- 
 
- 
- 
- 
Field Detail- 
PUT_FAILEDpublic static final ErrorCode PUT_FAILED PROPERTY_STORE-1 Failed to put value into property store.
 - 
GET_FAILEDpublic static final ErrorCode GET_FAILED PROPERTY_STORE-2 Failed to get a value from the property store.
 - 
REMOVE_FAILEDpublic static final ErrorCode REMOVE_FAILED PROPERTY_STORE-3 Failed to remove a value from the property store.
 - 
REMOVE_ALL_FAILEDpublic static final ErrorCode REMOVE_ALL_FAILED PROPERTY_STORE-4 Failed to remove all values for an id from the property store.
 - 
OPEN_FAILEDpublic static final ErrorCode OPEN_FAILED PROPERTY_STORE-5 Failed to open a property store.
 - 
CLOSE_FAILEDpublic static final ErrorCode CLOSE_FAILED PROPERTY_STORE-6 Failed to open a property store.
 - 
COLLECT_FAILEDpublic static final ErrorCode COLLECT_FAILED PROPERTY_STORE-7 Failed to collect all values for a field in the property store.
 - 
CLEAR_FAILEDpublic static final ErrorCode CLEAR_FAILED PROPERTY_STORE-8 Failed to clear the property store.
 - 
INITIALIZE_FIELD_FAILEDpublic static final ErrorCode INITIALIZE_FIELD_FAILED PROPERTY_STORE-9 Failed to initialize a field in the property store.
 - 
COUNT_FAILEDpublic static final ErrorCode COUNT_FAILED PROPERTY_STORE-10 Failed to get the number of values for a field in the property store.
 - 
COMMIT_FAILEDpublic static final ErrorCode COMMIT_FAILED PROPERTY_STORE-11 Failed to commit property store to disk.
 - 
BACKUP_FAILEDpublic static final ErrorCode BACKUP_FAILED PROPERTY_STORE-12 Failed to create online backup.
 - 
RECOVER_FAILEDpublic static final ErrorCode RECOVER_FAILED PROPERTY_STORE-13 Failed to recover store.
 - 
UPGRADE_REQUIREDpublic static final ErrorCode UPGRADE_REQUIRED PROPERTY_STORE-14 Database must be upgraded.
 - 
RECOVERY_STARTEDpublic static final ErrorCode RECOVERY_STARTED PROPERTY_STORE-15 Database is being recovered from recovery.sql
 - 
RECOVERY_IGNOREDpublic static final ErrorCode RECOVERY_IGNORED PROPERTY_STORE-16 Database will not be auto-recovered from existing recovery.sql.
 - 
MIGRATION_STARTEDpublic static final ErrorCode MIGRATION_STARTED PROPERTY_STORE-17 Real time field index is being migrated.
 
- 
 
-