Errors
DSAR-BE-1411: PERSISTENCE_ENTITY_NOT_FOUND
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
A persistence lookup for a specific entity returned no results within the backend request pipeline.
Probable Causes
- The entity ID does not exist in the database.
- The entity was deleted or belongs to a different tenant.
- A typo or stale reference in the request payload.
How to Fix
- Verify the entity ID is correct and exists for the current tenant.
- Check whether the entity was recently deleted or archived.
- Inspect
error.trace.entityanderror.trace.idfor the lookup details.
Retryable
No. The entity must exist before the operation can succeed.