@resistdesign/voltra
    Preparing search index...

    Enumeration DATA_ITEM_DB_DRIVER_ERRORS

    The errors that can be thrown by a DataItemDBDriver.

    Index

    Enumeration Members

    INVALID_CURSOR: "INVALID_CURSOR"

    Cursor value is invalid or malformed.

    ITEM_NOT_FOUND: "ITEM_NOT_FOUND"

    Requested item was not found.

    MISSING_ID: "MISSING_ID"

    Missing identifier value for the operation.

    MISSING_UNIQUE_IDENTIFIER: "MISSING_UNIQUE_IDENTIFIER"

    Missing unique identifier for an update/delete.

    SEARCH_COMPARISON_OPERATOR_NOT_SUPPORTED: "SEARCH_COMPARISON_OPERATOR_NOT_SUPPORTED"

    Search operator is not supported by the driver.