Thrown when a DataRegistryV2 data point has been deleted (tombstoned).
Remarks
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.
Thrown when a DataRegistryV2 data point has been deleted (tombstoned).
Remarks
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: trueto the gateway read helpers to opt in to seeing the tombstone row (with itsdeletedAt) instead of this error.