Vana SDK - v4.1.0
    Preparing search index...

    Class DataPointDeletedError

    Thrown when a DataRegistryV2 data point has been deleted (tombstoned).

    Raised by gateway reads that hit HTTP 410, by Personal Server reads of a deleted scope, and by any SDK read helper that would otherwise hand a tombstone back to the caller as if it were data. Pass includeDeleted: true to the gateway read helpers to opt in to seeing the tombstone row (with its deletedAt) instead of this error.

    Hierarchy (View Summary)