Class 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 Detail

      • PUT_FAILED

        public static final ErrorCode PUT_FAILED
        PROPERTY_STORE-1 Failed to put value into property store.
      • GET_FAILED

        public static final ErrorCode GET_FAILED
        PROPERTY_STORE-2 Failed to get a value from the property store.
      • REMOVE_FAILED

        public static final ErrorCode REMOVE_FAILED
        PROPERTY_STORE-3 Failed to remove a value from the property store.
      • REMOVE_ALL_FAILED

        public static final ErrorCode REMOVE_ALL_FAILED
        PROPERTY_STORE-4 Failed to remove all values for an id from the property store.
      • OPEN_FAILED

        public static final ErrorCode OPEN_FAILED
        PROPERTY_STORE-5 Failed to open a property store.
      • CLOSE_FAILED

        public static final ErrorCode CLOSE_FAILED
        PROPERTY_STORE-6 Failed to open a property store.
      • COLLECT_FAILED

        public static final ErrorCode COLLECT_FAILED
        PROPERTY_STORE-7 Failed to collect all values for a field in the property store.
      • CLEAR_FAILED

        public static final ErrorCode CLEAR_FAILED
        PROPERTY_STORE-8 Failed to clear the property store.
      • INITIALIZE_FIELD_FAILED

        public static final ErrorCode INITIALIZE_FIELD_FAILED
        PROPERTY_STORE-9 Failed to initialize a field in the property store.
      • COUNT_FAILED

        public static final ErrorCode COUNT_FAILED
        PROPERTY_STORE-10 Failed to get the number of values for a field in the property store.
      • COMMIT_FAILED

        public static final ErrorCode COMMIT_FAILED
        PROPERTY_STORE-11 Failed to commit property store to disk.
      • BACKUP_FAILED

        public static final ErrorCode BACKUP_FAILED
        PROPERTY_STORE-12 Failed to create online backup.
      • RECOVER_FAILED

        public static final ErrorCode RECOVER_FAILED
        PROPERTY_STORE-13 Failed to recover store.
      • UPGRADE_REQUIRED

        public static final ErrorCode UPGRADE_REQUIRED
        PROPERTY_STORE-14 Database must be upgraded.
      • RECOVERY_STARTED

        public static final ErrorCode RECOVERY_STARTED
        PROPERTY_STORE-15 Database is being recovered from recovery.sql
      • RECOVERY_IGNORED

        public static final ErrorCode RECOVERY_IGNORED
        PROPERTY_STORE-16 Database will not be auto-recovered from existing recovery.sql.
      • MIGRATION_STARTED

        public static final ErrorCode MIGRATION_STARTED
        PROPERTY_STORE-17 Real time field index is being migrated.